Home
last modified time | relevance | path

Searched refs:waitForAdapterOn (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothDeviceConnectionPolicyTest.java359 mBluetoothAdapterHelper.waitForAdapterOn(); in testReceivePowerOnBluetoothOffNotPersisted_BluetoothOnConnectDevices()
482 mBluetoothAdapterHelper.waitForAdapterOn(); in testSeatOnOccupied_driverSeat_parked_connectDevices()
512 mBluetoothAdapterHelper.waitForAdapterOn(); in testSeatOnOccupied_passengerSeat_parked_doNothing()
547 mBluetoothAdapterHelper.waitForAdapterOn(); in testSeatOnOccupied_driverSeat_driving_doNothing()
H A DBluetoothAdapterHelper.java139 public synchronized void waitForAdapterOn() { in waitForAdapterOn() method in BluetoothAdapterHelper