Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java212 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineWhenTargetSdkCurrent_isBlockedAndThrows()
227 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineWhenTargetSdk30_isSent()
244 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdkCurrent_isBlocked()
259 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdk30_isSent()
488 private class FutureReceiver extends ResultReceiver { class
491 FutureReceiver(CompletableFuture<Integer> future) { in FutureReceiver() method in FutureReceiver