Searched refs:callable (Results 1 – 12 of 12) 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() 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/ |
D | ExceptionLoggingFutureTask.java | 32 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/ |
D | BackgroundExecutor.java | 43 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/ |
D | TestUtils.java | 174 public static <T> T uncheck(Callable<T> callable) { in uncheck() argument 176 return callable.call(); in uncheck()
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | util_timer.py | 39 if not callable(callback):
|
D | decorators.py | 48 if callable(skip_condition):
|
D | test_base.py | 93 if not callable(obj):
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
D | mox.py | 381 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/ |
D | ImageDecoder.java | 540 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.py | 376 assert callable(func), 'Test generators must yield callables, got %r' % (
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 1320 Callable<Object> callable = new Callable<Object>() { 1326 FutureTask<Object> future = new FutureTask<Object>(callable);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |