Searched defs:callable (Results  1 – 15 of 15) sorted by relevance
| /frameworks/base/services/backup/java/com/android/server/backup/remote/ | 
| 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()
  | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ | 
| 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()
  | 
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ | 
| D | ThreadUtils.java | 76     public static Future postOnBackgroundThread(Callable callable) {  in postOnBackgroundThread()
  | 
| /frameworks/base/services/core/java/com/android/server/timezonedetector/location/ | 
| D | HandlerThreadingDomain.java | 65     <V> V postAndWait(@NonNull Callable<V> callable, @DurationMillisLong long durationMillis)  in postAndWait()
  | 
| D | ThreadingDomain.java | 106     abstract <V> V postAndWait(  in postAndWait()
  | 
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ | 
| D | SystemServiceTestsBase.java | 63     <T> T awaitInWmLock(Callable<T> callable) {  in awaitInWmLock()
  | 
| D | WindowManagerGlobalLockRule.java | 80     <T> T waitForLocked(Callable<T> callable) {  in waitForLocked()
  | 
| /frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ | 
| D | InputMethodBindingControllerTest.java | 215     private static <V> V callOnMainSync(Callable<V> callable) {  in callOnMainSync()
  | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/ | 
| D | TestThreadingDomain.java | 83     <V> V postAndWait(Callable<V> callable, long durationMillis) {  in postAndWait()
  | 
| /frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ | 
| D | TestUtils.java | 172     public static <T> T uncheck(Callable<T> callable) {  in uncheck()
  | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ | 
| D | ArrayMapWithHistoryTest.java | 164             String description, Callable<?> callable) throws Exception {  in assertThrowsArrayIndexOutOfBoundsException()
  | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/ | 
| D | HibernationStateDiskStoreTest.java | 149         public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) {  in schedule()
  | 
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ | 
| D | TestExecutorService.java | 196     public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) {  in schedule()
  | 
| /frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ | 
| D | ImeStressTestUtil.java | 138     public static <V> V callOnMainSync(Callable<V> callable) {  in callOnMainSync()
  | 
| /frameworks/base/graphics/java/android/graphics/ | 
| D | ImageDecoder.java | 598         CallableSource(@NonNull Callable<AssetFileDescriptor> callable) {  in CallableSource() 1149     public static Source createSource(@NonNull Callable<AssetFileDescriptor> callable) {  in createSource()
  |