Home
last modified time | relevance | path

Searched refs:callable (Results 1 – 12 of 12) 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/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/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dmox.py381 if callable(getattr(class_to_mock, method)):
494 callable = self._class_to_mock.__dict__.get('__call__', None)
495 if callable is None:
1354 if func_name.startswith('test') and callable(func):
/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/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
D_parameterized.py376 assert callable(func), 'Test generators must yield callables, got %r' % (
/frameworks/base/core/java/android/view/
DViewDebug.java1320 Callable<Object> callable = new Callable<Object>() {
1326 FutureTask<Object> future = new FutureTask<Object>(callable);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...