Home
last modified time | relevance | path

Searched refs:onIntentReceived (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DDefaultExploreIntentChecker.java48 receiver.onIntentReceived(mUriToActionViewIntentMap.get(uri)); in fetchValidActionViewIntent()
82 mReceiver.onIntentReceived(intent); in onPostExecute()
H A DExploreIntentChecker.java39 void onIntentReceived(@Nullable Intent intent); in onIntentReceived() method
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestExploreIntentChecker.java38 receiver.onIntentReceived(intent); in fetchValidActionViewIntent()