Home
last modified time | relevance | path

Searched defs:future (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java80 AccountManagerFuture<Bundle> future = mAccountManager.startAddAccountSession( in testStartAddAccountSessionDefaultImpl() local
116 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession( in testStartUpdateCredentialsSessionDefaultImpl() local
156 AccountManagerFuture<Bundle> future = mAccountManager.startAddAccountSession( in testFinishSessionAndStartAddAccountSessionDefaultImpl() local
226 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession( in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl() local
301 AccountManagerFuture<Boolean> future = mAccountManager.isCredentialsUpdateSuggested( in testIsCredentialsUpdateSuggestedDefaultImpl() local
DAccountManagerUnaffiliatedAuthenticatorTests.java254 AccountManagerFuture<Account[]> future = mAccountManager.getAccountsByTypeAndFeatures( in testGetAccountsByTypeAndFeatures() local
285 AccountManagerFuture<Bundle> future = mAccountManager.startAddAccountSession( in testStartAddAccountSession() local
323 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession( in testStartUpdateCredentialsSession() local
364 AccountManagerFuture<Bundle> future = mAccountManager.startAddAccountSession( in testDefaultFinishSessiontWithStartAddAccountSessionImpl() local
415 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession( in testDefaultFinishSessionWithCustomStartUpdateCredentialsSessionImpl() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DParallelSensorOperation.java98 Future<SensorOperation> future = executor.submit(new Callable<SensorOperation>() { in execute() local
118 Future<SensorOperation> future = futures.get(i); in execute() local
164 private SensorOperation getFutureResult(Future<SensorOperation> future, Long timeoutNs) in getFutureResult()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebkitUtils.java61 final SettableFuture<T> future = SettableFuture.create(); in onMainThread() local
141 public static <T> T waitForFuture(Future<T> future) { in waitForFuture()
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java550 ListenerFuture future = new ListenerFuture(); in assertOnRoleHoldersChangedListenerIsNotified() local
553 sContext.getMainExecutor(), future, user)); in assertOnRoleHoldersChangedListenerIsNotified() local
570 ListenerFuture future = new ListenerFuture(); in addAndRemoveOnRoleHoldersChangedListenerAndAddRoleHolderThenIsNotNotified() local
573 sRoleManager.addOnRoleHoldersChangedListenerAsUser(sContext.getMainExecutor(), future, in addAndRemoveOnRoleHoldersChangedListenerAndAddRoleHolderThenIsNotNotified() local
684 CallbackFuture future = new CallbackFuture(); in addRoleHolder() local
692 CallbackFuture future = new CallbackFuture(); in removeRoleHolder() local
699 CallbackFuture future = new CallbackFuture(); in clearRoleHolders() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DMockVisualVoicemailService.java33 public static void setSmsFuture(CompletableFuture<VisualVoicemailSms> future) { in setSmsFuture()
DVisualVoicemailServiceTest.java162 CompletableFuture<VisualVoicemailSms> future = new CompletableFuture<>(); in testPermissionlessService_ignored() local
523 CompletableFuture<VisualVoicemailSms> future = new CompletableFuture<>(); in getSmsFromText() local
562 CompletableFuture<VisualVoicemailSms> future = new CompletableFuture<>(); in getSmsFromData() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DRenderTarget.java68 GenericFuture<RenderTarget> future = new GenericFuture<>(); in create() local
/cts/tests/tests/security/src/android/security/cts/
DRenderTarget.java71 GenericFuture<RenderTarget> future = new GenericFuture<>(); in create() local
/cts/tests/tests/text/src/android/text/cts/
DEmojiTest.java311 final SettableFuture<Void> future = SettableFuture.create(); in capture() local
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java227 FutureTask<MediaPlayer> future = new FutureTask<MediaPlayer>(callable); in createMediaPlayerOnMainThread() local
/cts/tests/tests/net/src/android/net/cts/
DLocalSocketTest.java437 Future<Result> future = service.submit(callable); in runInSeparateThread() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1348 public Future<Integer> future() { in future() method in WebViewTest.WaitForFindResultsListener
1471 public Future<Integer> future() { in testDocumentHasImages() method in WebViewTest.DocumentHasImageCheckHandler
1794 public Future<Void> future() { in testRequestImageRef() method in WebViewTest.ImageLoaded
2210 final SettableFuture<Void> future = SettableFuture.create(); in testSetWebChromeClient() local
/cts/tests/tests/tethering/src/android/tethering/cts/
DTetheringManagerTest.java677 private final CompletableFuture<Integer> future = new CompletableFuture<>(); field in TetheringManagerTest.EntitlementResultListener
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java897 Future<Boolean> future = null; in tryFileOpenRead() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1775 Future<Certificate[]> future = executor.submit(new Callable<Certificate[]>() { in assertSSLConnectionWithClientAuth() local