Home
last modified time | relevance | path

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

/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.java76 public static Future postOnBackgroundThread(Callable callable) { in postOnBackgroundThread()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DImeStressTestUtil.java47 public static <V> V callOnMainSync(Callable<V> callable) { in callOnMainSync()
/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/wmtests/src/com/android/server/wm/
DSystemServiceTestsBase.java67 <T> T awaitInWmLock(Callable<T> callable) { in awaitInWmLock()
DWindowManagerGlobalLockRule.java80 <T> T waitForLocked(Callable<T> callable) { in waitForLocked()
/frameworks/base/services/tests/servicestests/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/servicestests/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/graphics/java/android/graphics/
DImageDecoder.java595 CallableSource(@NonNull Callable<AssetFileDescriptor> callable) { in CallableSource()
1135 public static Source createSource(@NonNull Callable<AssetFileDescriptor> callable) { in createSource()