Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java448 public Intent blockingGetIntent() throws InterruptedException { in blockingGetIntent() method in AbstractLauncherUiTest.BlockingBroadcastReceiver
455 Intent intent = blockingGetIntent(); in blockingGetExtraIntent()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DRequestPinItemTest.java164 Intent result = resultReceiver.blockingGetIntent(); in runTest()