OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setUiState
(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
81
// These constants are used by
setUiState
() to determine what information to display in the UI,
116
setUiState
(UI_STATE_CONNECTION_TIMEOUT);
135
setUiState
(UI_STATE_NETWORK_CONNECTED);
137
setUiState
(UI_STATE_REQUEST_NETWORK);
197
setUiState
(UI_STATE_REQUEST_NETWORK);
200
setUiState
(UI_STATE_NETWORK_CONNECTED);
224
setUiState
(UI_STATE_REQUEST_NETWORK);
258
setUiState
(UI_STATE_REQUESTING_NETWORK);
263
setUiState
(UI_STATE_REQUEST_NETWORK);
276
private void
setUiState
(int uiState)
[
all
...]
/developers/samples/android/wearable/wear/WearHighBandwidthNetworking/Wearable/src/main/java/com/example/android/wearable/wear/wearhighbandwidthnetworking/
MainActivity.java
81
// These constants are used by
setUiState
() to determine what information to display in the UI,
116
setUiState
(UI_STATE_CONNECTION_TIMEOUT);
135
setUiState
(UI_STATE_NETWORK_CONNECTED);
137
setUiState
(UI_STATE_REQUEST_NETWORK);
197
setUiState
(UI_STATE_REQUEST_NETWORK);
200
setUiState
(UI_STATE_NETWORK_CONNECTED);
224
setUiState
(UI_STATE_REQUEST_NETWORK);
258
setUiState
(UI_STATE_REQUESTING_NETWORK);
263
setUiState
(UI_STATE_REQUEST_NETWORK);
276
private void
setUiState
(int uiState)
[
all
...]
/development/samples/browseable/WearHighBandwidthNetworking/src/com.example.android.wearable.wear.wearhighbandwidthnetworking/
MainActivity.java
81
// These constants are used by
setUiState
() to determine what information to display in the UI,
116
setUiState
(UI_STATE_CONNECTION_TIMEOUT);
135
setUiState
(UI_STATE_NETWORK_CONNECTED);
137
setUiState
(UI_STATE_REQUEST_NETWORK);
197
setUiState
(UI_STATE_REQUEST_NETWORK);
200
setUiState
(UI_STATE_NETWORK_CONNECTED);
224
setUiState
(UI_STATE_REQUEST_NETWORK);
258
setUiState
(UI_STATE_REQUESTING_NETWORK);
263
setUiState
(UI_STATE_REQUEST_NETWORK);
276
private void
setUiState
(int uiState)
[
all
...]
Completed in 344 milliseconds