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()
262 private static final int SYNC_CALLS_TIMEOUT_MS = 5000; field in ContentCaptureManager600 final SyncResultReceiver resultReceiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getServiceComponentName()627 final SyncResultReceiver resultReceiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getServiceSettingsComponentName()867 final SyncResultReceiver resultReceiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in syncRun()
422 private static final int SYNC_CALLS_TIMEOUT_MS = 5000; field in AutofillManager1184 SYNC_CALLS_TIMEOUT_MS); in onCreate()1320 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getFillEventHistory()2073 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in hasEnabledAutofillServices()2093 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getAutofillServiceComponentName()2121 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getUserDataId()2144 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getUserData()2183 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in isFieldClassificationEnabled()2207 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getDefaultFieldClassificationAlgorithm()2228 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getAvailableFieldClassificationAlgorithms()[all …]