Searched defs:waitForState (Results 1 – 5 of 5) sorted by relevance
214 public suspend fun waitForState(newState: Int) { in waitForState() method in com.android.pandora.GattInstance
600 public boolean waitForState() throws InterruptedException { in waitForState() method in CtsNetUtils.ConnectivityActionReceiver
334 protected void waitForState(String message, Supplier<LauncherState> state) { in waitForState() method in AbstractLauncherUiTest
3086 private boolean waitForState(Set<Integer> states) { in waitForState() method in BluetoothManagerService3089 private boolean waitForState(Set<Integer> states, boolean failIfUnbind) { in waitForState() method in BluetoothManagerService
1445 @Nullable Integer waitForState) { in AdapterStateCallback()