/aosp14/frameworks/base/services/backup/java/com/android/server/backup/remote/ |
H A D | RemoteCall.java | 57 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()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | MockScheduledExecutorService.java | 92 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()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
H A D | ThreadUtils.java | 76 public static Future postOnBackgroundThread(Callable callable) { in postOnBackgroundThread()
|
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
H A D | HandlerThreadingDomain.java | 65 <V> V postAndWait(@NonNull Callable<V> callable, @DurationMillisLong long durationMillis) in postAndWait()
|
H A D | ThreadingDomain.java | 106 abstract <V> V postAndWait( in postAndWait()
|
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
H A D | InputMethodBindingControllerTest.java | 215 private static <V> V callOnMainSync(Callable<V> callable) { in callOnMainSync()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SystemServiceTestsBase.java | 63 <T> T awaitInWmLock(Callable<T> callable) { in awaitInWmLock()
|
H A D | WindowManagerGlobalLockRule.java | 80 <T> T waitForLocked(Callable<T> callable) { in waitForLocked()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/ |
H A D | TestThreadingDomain.java | 83 <V> V postAndWait(Callable<V> callable, long durationMillis) { in postAndWait()
|
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
H A D | TestUtils.java | 172 public static <T> T uncheck(Callable<T> callable) { in uncheck()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
H A D | ArrayMapWithHistoryTest.java | 164 String description, Callable<?> callable) throws Exception { in assertThrowsArrayIndexOutOfBoundsException()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/ |
H A D | HibernationStateDiskStoreTest.java | 149 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule()
|
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | ImeStressTestUtil.java | 138 public static <V> V callOnMainSync(Callable<V> callable) { in callOnMainSync()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | ImageDecoder.java | 598 CallableSource(@NonNull Callable<AssetFileDescriptor> callable) { in CallableSource() 1149 public static Source createSource(@NonNull Callable<AssetFileDescriptor> callable) { in createSource()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |