Searched defs:waitForState (Results 1 – 6 of 6) sorted by relevance
45 fun waitForState(timeout: java.time.Duration, vararg states: Int) = runBlocking { in get() method in com.android.server.bluetooth.BluetoothAdapterState49 suspend fun waitForState(timeout: Duration, vararg states: Int): Boolean = in waitForState() method in com.android.server.bluetooth.BluetoothAdapterState
220 public suspend fun waitForState(newState: Int) { in waitForState() method in com.android.pandora.GattInstance
658 public boolean waitForState() throws InterruptedException { in waitForState() method in CtsNetUtils.ConnectivityActionReceiver
453 protected void waitForState(String message, Supplier<LauncherState> state) { in waitForState() method in AbstractLauncherUiTest
2144 private boolean waitForState(int... states) { in waitForState() method in BluetoothManagerService
1616 @Nullable Integer waitForState) { in AdapterStateCallback()