OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESSAGE_CONNECTIVITY_TIMEOUT
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/WearHighBandwidthNetworking/Wearable/src/main/java/com/example/android/wearable/wear/wearhighbandwidthnetworking/
MainActivity.java
50
private static final int
MESSAGE_CONNECTIVITY_TIMEOUT
= 1;
114
case
MESSAGE_CONNECTIVITY_TIMEOUT
:
188
mHandler.removeMessages(
MESSAGE_CONNECTIVITY_TIMEOUT
);
234
mHandler.obtainMessage(
MESSAGE_CONNECTIVITY_TIMEOUT
),
/developers/samples/android/wearable/wear/WearHighBandwidthNetworking/Wearable/src/main/java/com/example/android/wearable/wear/wearhighbandwidthnetworking/
MainActivity.java
50
private static final int
MESSAGE_CONNECTIVITY_TIMEOUT
= 1;
114
case
MESSAGE_CONNECTIVITY_TIMEOUT
:
188
mHandler.removeMessages(
MESSAGE_CONNECTIVITY_TIMEOUT
);
234
mHandler.obtainMessage(
MESSAGE_CONNECTIVITY_TIMEOUT
),
/development/samples/browseable/WearHighBandwidthNetworking/src/com.example.android.wearable.wear.wearhighbandwidthnetworking/
MainActivity.java
50
private static final int
MESSAGE_CONNECTIVITY_TIMEOUT
= 1;
114
case
MESSAGE_CONNECTIVITY_TIMEOUT
:
188
mHandler.removeMessages(
MESSAGE_CONNECTIVITY_TIMEOUT
);
234
mHandler.obtainMessage(
MESSAGE_CONNECTIVITY_TIMEOUT
),
Completed in 1327 milliseconds