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;119 if (!mLatch.await(SYNC_CALLS_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in getSessionStateResult()121 "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()
261 private static final int SYNC_CALLS_TIMEOUT_MS = 5000; field in ContentCaptureManager550 final SyncResultReceiver resultReceiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getServiceComponentName()577 final SyncResultReceiver resultReceiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getServiceSettingsComponentName()817 final SyncResultReceiver resultReceiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in syncRun()
408 private static final int SYNC_CALLS_TIMEOUT_MS = 5000; field in AutofillManager948 SYNC_CALLS_TIMEOUT_MS); in onCreate()1084 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getFillEventHistory()1773 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in hasEnabledAutofillServices()1793 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getAutofillServiceComponentName()1821 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getUserDataId()1844 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getUserData()1883 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in isFieldClassificationEnabled()1907 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getDefaultFieldClassificationAlgorithm()1928 final SyncResultReceiver receiver = new SyncResultReceiver(SYNC_CALLS_TIMEOUT_MS); in getAvailableFieldClassificationAlgorithms()[all …]