Searched defs:waitForIntent (Results 1 – 3 of 3) sorted by relevance
34 public Intent waitForIntent() throws InterruptedException { in waitForIntent() method in BlockingQueueIntentReceiver
208 public static Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() method in TestUtils
175 private Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() method in HidDeviceTest