Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiThreadRunner.java323 return br.postAndWait(handler, timeout, atFront, taskName); in runWithScissors()
346 public boolean postAndWait(Handler handler, long timeout, boolean atFront, in postAndWait() method in WifiThreadRunner.BlockingRunnable
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1669 private void postAndWait(Handler handler, Runnable runnable) { in postAndWait() method in VolumeControlService.BluetoothVolumeControlBinder
1694 postAndWait(service.mHandler, () -> service.registerCallback(callback)); in registerCallback()
1709 postAndWait(service.mHandler, () -> service.notifyNewRegisteredCallback(callback)); in notifyNewRegisteredCallback()
1724 postAndWait(service.mHandler, () -> service.mCallbacks.unregister(callback)); in unregisterCallback()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java2637 private <T> T postAndWait(Callable<T> callable) { in postAndWait() method in BluetoothManagerService
2653 && postAndWait( in isAutoOnSupported()
2663 return postAndWait(() -> AutoOnFeature.isUserEnabled(mCurrentUserContext)); in isAutoOnEnabled()
2671 postAndWait( in setAutoOnEnabled()