Home
last modified time | relevance | path

Searched defs:runInBackground (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/
DUtilities.kt26 fun runInBackground(handler: () -> Unit) { in runInBackground() method
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/examplestore/
DFederatedExampleIteratorTest.java318 runInBackground( in runInBackgroundAndWait() method
339 private static <T> Future<T> runInBackground(Callable<T> callable) throws Exception { in runInBackground() method in FederatedExampleIteratorTest