Searched refs:SYNC_CALLS_TIMEOUT_MS (Results 1 – 5 of 5) sorted by relevance
20 import static android.view.translation.TranslationManager.SYNC_CALLS_TIMEOUT_MS;118 if (!mLatch.await(SYNC_CALLS_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in getSessionStateResult()120 "Session not created in " + SYNC_CALLS_TIMEOUT_MS + "ms"); in getSessionStateResult()
69 static final int SYNC_CALLS_TIMEOUT_MS = 60_000; field in TranslationManager245 receiver.awaitResult(SYNC_CALLS_TIMEOUT_MS); in getOnDeviceTranslationCapabilities()415 final SyncResultReceiver resultReceiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getOnDeviceTranslationSettingsActivityIntent()
67 private static final int SYNC_CALLS_TIMEOUT_MS = 5000; field in ContentSuggestionsManager213 SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in isEnabled()
266 private static final int SYNC_CALLS_TIMEOUT_MS = 5000; field in ContentCaptureManager701 final SyncResultReceiver resultReceiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getServiceComponentName()728 final SyncResultReceiver resultReceiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getServiceSettingsComponentName()972 final SyncResultReceiver resultReceiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in syncRun()
453 private static final int SYNC_CALLS_TIMEOUT_MS = 5000; field in AutofillManager1255 SYNC_CALLS_TIMEOUT_MS); in onCreate()1391 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getFillEventHistory()2211 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in hasEnabledAutofillServices()2231 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getAutofillServiceComponentName()2259 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getUserDataId()2282 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getUserData()2321 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in isFieldClassificationEnabled()2345 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getDefaultFieldClassificationAlgorithm()2366 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getAvailableFieldClassificationAlgorithms()[all …]