File tree Expand file tree Collapse file tree
play-services-wearable/core/src/main/java/org/microg/gms/wearable/channel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ public class ChannelManager {
4040 private static final int PROCESSING_LOOP_DELAY_MS = 10 ;
4141 private static final long OPEN_TIMEOUT_MS = 15000 ;
4242
43- public static final int CHANNEL_CONTROL_TYPE_OPEN = ChannelControlRequest . Type . CHANNEL_CONTROL_OPEN . getValue () ;
44- public static final int CHANNEL_CONTROL_TYPE_OPEN_ACK = ChannelControlRequest . Type . CHANNEL_CONTROL_OPEN_ACK . getValue () ;
45- public static final int CHANNEL_CONTROL_TYPE_CLOSE = ChannelControlRequest . Type . CHANNEL_CONTROL_CLOSE . getValue () ;
43+ public static final int CHANNEL_CONTROL_TYPE_OPEN = 1 ;
44+ public static final int CHANNEL_CONTROL_TYPE_CLOSE = 2 ;
45+ public static final int CHANNEL_CONTROL_TYPE_OPEN_ACK = 3 ;
4646
4747 public static final int CHANNEL_ORIGIN_CHANNEL_API = 0 ;
4848
You can’t perform that action at this time.
0 commit comments