Home
last modified time | relevance | path

Searched refs:callable (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DInvocationLocalTest.java99 private <T> T invocation(Callable<T> callable) { in invocation() argument
108 return callable.call(); in invocation()
/tools/test/connectivity/acts_tests/tests/google/bt/
Drelay_tool.py140 callable(getattr(relay_device, func_name)))]
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dbluetooth_handsfree_abstract_device.py34 ctlr_methods = inspect.getmembers(controller, predicate=callable)