Home
last modified time | relevance | path

Searched refs:callable (Results 1 – 16 of 16) 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() argument
59 return new RemoteCall(callable, timeoutMs).call(); in execute()
75 public RemoteCall(RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall() argument
76 this(false, callable, timeoutMs); in RemoteCall()
86 public RemoteCall(boolean cancelled, RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall() argument
87 mCallable = callable; in RemoteCall()
/frameworks/base/packages/StatementService/src/com/android/statementservice/
DExceptionLoggingFutureTask.java32 public ExceptionLoggingFutureTask(Callable<V> callable, String tag) { in ExceptionLoggingFutureTask() argument
33 super(callable); in ExceptionLoggingFutureTask()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DBackgroundExecutor.java43 public <T> Future<T> submit(Callable<T> callable) { in submit() argument
44 return mExecutorService.submit(callable); in submit()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DThreadUtils.java76 public static Future postOnBackgroundThread(Callable callable) { in postOnBackgroundThread() argument
77 return getThreadExecutor().submit(callable); in postOnBackgroundThread()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
DTestUtils.java174 public static <T> T uncheck(Callable<T> callable) { in uncheck() argument
176 return callable.call(); in uncheck()
/frameworks/rs/tests/lldb/tests/harness/
Dutil_timer.py39 if not callable(callback):
Ddecorators.py48 if callable(skip_condition):
Dtest_base.py93 if not callable(obj):
/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
DArrayMapWithHistoryTest.java164 String description, Callable<?> callable) throws Exception { in assertThrowsArrayIndexOutOfBoundsException() argument
166 callable.call(); in assertThrowsArrayIndexOutOfBoundsException()
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java540 CallableSource(@NonNull Callable<AssetFileDescriptor> callable) { in CallableSource() argument
541 mCallable = callable; in CallableSource()
1055 public static Source createSource(@NonNull Callable<AssetFileDescriptor> callable) { in createSource() argument
1056 return new CallableSource(callable); in createSource()
/frameworks/base/core/java/android/view/
DViewDebug.java1399 Callable<Object> callable = new Callable<Object>() {
1405 FutureTask<Object> future = new FutureTask<Object>(callable);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt49420 method public static java.util.concurrent.Callable<T> callable(java.lang.Runnable, T);
49421 … method public static java.util.concurrent.Callable<java.lang.Object> callable(java.lang.Runnable);
49422 …method public static java.util.concurrent.Callable<java.lang.Object> callable(java.security.Privil…
49423 …method public static java.util.concurrent.Callable<java.lang.Object> callable(java.security.Privil…
/frameworks/base/non-updatable-api/
Dcurrent.txt72842 method public static <T> java.util.concurrent.Callable<T> callable(Runnable, T);
72843 method public static java.util.concurrent.Callable<java.lang.Object> callable(Runnable);
72844 …method public static java.util.concurrent.Callable<java.lang.Object> callable(java.security.Privil…
72845 …method public static java.util.concurrent.Callable<java.lang.Object> callable(java.security.Privil…
/frameworks/base/api/
Dcurrent.txt72986 method public static <T> java.util.concurrent.Callable<T> callable(Runnable, T);
72987 method public static java.util.concurrent.Callable<java.lang.Object> callable(Runnable);
72988 …method public static java.util.concurrent.Callable<java.lang.Object> callable(java.security.Privil…
72989 …method public static java.util.concurrent.Callable<java.lang.Object> callable(java.security.Privil…
/frameworks/base/config/
Dboot-image-profile.txt29655 HSPLjava/util/concurrent/Executors;->callable(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/con…
Dhiddenapi-greylist-max-o.txt108972 Ljava/util/concurrent/ForkJoinTask$AdaptedCallable;->callable:Ljava/util/concurrent/Callable;