Home
last modified time | relevance | path

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

/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java235 Intent photosIntent = pm.getLaunchIntentForPackage("com.google.android.apps.photos"); in launchPhotos() local
236 photosIntent.addCategory(Intent.CATEGORY_LAUNCHER); in launchPhotos()
237 photosIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in launchPhotos()
238 getInstrumentation().getContext().startActivity(photosIntent); in launchPhotos()