Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DBasePreviewActivity.java38 public static final String EXTRA_TESTING_MODE_ENABLED = field in BasePreviewActivity
H A DPreviewActivity.java61 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in onCreate()
H A DFullPreviewActivity.java77 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in onCreate()
H A DViewOnlyPreviewActivity.java63 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in onCreate()
H A DStandalonePreviewActivity.java191 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in loadPreviewFragment()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
H A DPreviewActivityTest.java127 intent.putExtra(BasePreviewActivity.EXTRA_TESTING_MODE_ENABLED, true); in launchActivityIntentWithMockWallpaper()