Home
last modified time | relevance | path

Searched defs:waitForIntent (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBlockingQueueIntentReceiver.java34 public Intent waitForIntent() throws InterruptedException { in waitForIntent() method in BlockingQueueIntentReceiver
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
H A DTestUtils.java208 public static Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() method in TestUtils
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
H A DHidDeviceTest.java175 private Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() method in HidDeviceTest