Home
last modified time | relevance | path

Searched refs:CONNECTION_TIME_OUT_MS (Results 1 – 12 of 12) sorted by relevance

/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
DConstants.java28 public static final long CONNECTION_TIME_OUT_MS = 100; field in Constants
DCheckInAndDeleteDataItemsService.java36 import static com.example.android.wearable.geofencing.Constants.CONNECTION_TIME_OUT_MS;
81 mGoogleApiClient.blockingConnect(CONNECTION_TIME_OUT_MS, TimeUnit.MILLISECONDS); in onHandleIntent()
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DGeofenceTransitionsIntentService.java19 import static com.example.android.wearable.geofencing.Constants.CONNECTION_TIME_OUT_MS;
81 mGoogleApiClient.blockingConnect(CONNECTION_TIME_OUT_MS, TimeUnit.MILLISECONDS); in onHandleIntent()
105 mGoogleApiClient.blockingConnect(CONNECTION_TIME_OUT_MS, TimeUnit.MILLISECONDS); in onHandleIntent()
DConstants.java34 public static final long CONNECTION_TIME_OUT_MS = 100; field in Constants
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
DConstants.java28 public static final long CONNECTION_TIME_OUT_MS = 100; field in Constants
DCalendarQueryService.java21 import static com.example.android.wearable.agendadata.Constants.CONNECTION_TIME_OUT_MS;
107 mGoogleApiClient.blockingConnect(CONNECTION_TIME_OUT_MS, TimeUnit.MILLISECONDS); in onHandleIntent()
/development/samples/browseable/RuntimePermissionsWear/Shared/src/com.example.android.wearable.runtimepermissions.common/
DConstants.java27 public static final long CONNECTION_TIME_OUT_MS = TimeUnit.SECONDS.toMillis(5); field in Constants
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneService.java47 private static final long CONNECTION_TIME_OUT_MS = 100; field in FindPhoneService
66 mGoogleApiClient.blockingConnect(CONNECTION_TIME_OUT_MS, TimeUnit.MILLISECONDS); in onHandleIntent()
/development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/
DIncomingRequestWearService.java141 Constants.CONNECTION_TIME_OUT_MS, in sendMessage()
157 Constants.CONNECTION_TIME_OUT_MS, in sendMessage()
177 pendingMessageResult.await(Constants.CONNECTION_TIME_OUT_MS, TimeUnit.MILLISECONDS); in sendMessage()
DMainWearActivity.java442 }, Constants.CONNECTION_TIME_OUT_MS, TimeUnit.SECONDS); in sendMessage()
/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
DIncomingRequestPhoneService.java146 client.blockingConnect(Constants.CONNECTION_TIME_OUT_MS, TimeUnit.MILLISECONDS); in sendMessage()
158 Constants.CONNECTION_TIME_OUT_MS, in sendMessage()
DMainPhoneActivity.java339 pendingResult.setResultCallback(this, Constants.CONNECTION_TIME_OUT_MS, in sendMessage()