Searched refs:postAndWait (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiThreadRunner.java | 323 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/ |
D | VolumeControlService.java | 1669 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/ |
D | BluetoothManagerService.java | 2637 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()
|