Home
last modified time | relevance | path

Searched defs:callable (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerTest.kt69 val callable = Callable { locations } in <lambda>() constant
105 val callable = Callable { locations } in <lambda>() constant
142 val callable = Callable { locations } in <lambda>() constant
197 val callable = spy(Callable { locations }) in <lambda>() constant
217 val callable = Callable { locations } in <lambda>() constant
361 val callable = Callable { locations } in <lambda>() constant
388 val callable = Callable { locations } in <lambda>() constant
/frameworks/base/services/backup/java/com/android/server/backup/remote/
DRemoteCall.java57 public static RemoteResult execute(RemoteCallable<IBackupCallback> callable, long timeoutMs) in execute()
75 public RemoteCall(RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall()
86 public RemoteCall(boolean cancelled, RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DMockScheduledExecutorService.java92 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule()
199 MockScheduledFuture(Callable<V> callable, long delay, TimeUnit timeUnit) { in MockScheduledFuture()
203 private MockScheduledFuture(Runnable runnable, Callable<V> callable, long delay) { in MockScheduledFuture()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DThreadUtils.java84 public static <T> ListenableFuture<T> postOnBackgroundThread(@NonNull Callable<T> callable) { in postOnBackgroundThread()
/frameworks/base/packages/SettingsLib/AvatarPicker/src/
DThreadUtils.java86 public static <T> ListenableFuture<T> postOnBackgroundThread(@NonNull Callable<T> callable) { in postOnBackgroundThread()
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DHandlerThreadingDomain.java65 <V> V postAndWait(@NonNull Callable<V> callable, @DurationMillisLong long durationMillis) in postAndWait()
DThreadingDomain.java106 abstract <V> V postAndWait( in postAndWait()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodBindingControllerTest.java220 private static <V> V callOnMainSync(Callable<V> callable) { in callOnMainSync()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSystemServiceTestsBase.java76 <T> T awaitInWmLock(Callable<T> callable) { in awaitInWmLock()
DWindowManagerGlobalLockRule.java80 <T> T waitForLocked(Callable<T> callable) { in waitForLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationStatsLoggerBinder.kt79 NotificationStackScrollLayout.OnNotificationLocationsChangedListener { callable -> in <lambda>() method
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/
DTestThreadingDomain.java83 <V> V postAndWait(Callable<V> callable, long durationMillis) { in postAndWait()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
DTestUtils.java172 public static <T> T uncheck(Callable<T> callable) { in uncheck()
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DArrayMapWithHistoryTest.java164 String description, Callable<?> callable) throws Exception { in assertThrowsArrayIndexOutOfBoundsException()
/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
DHibernationStateDiskStoreTest.java149 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestExecutorService.java196 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DImeStressTestUtil.java138 public static <V> V callOnMainSync(Callable<V> callable) { in callOnMainSync()
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java598 CallableSource(@NonNull Callable<AssetFileDescriptor> callable) { in CallableSource()
1125 public static Source createSource(@NonNull Callable<AssetFileDescriptor> callable) { in createSource()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...