Searched refs:EXTRA_TESTING_MODE_ENABLED (Results 1 – 6 of 6) sorted by relevance
38 public static final String EXTRA_TESTING_MODE_ENABLED = field in BasePreviewActivity
61 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in onCreate()
77 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in onCreate()
63 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in onCreate()
191 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in loadPreviewFragment()
127 intent.putExtra(BasePreviewActivity.EXTRA_TESTING_MODE_ENABLED, true); in launchActivityIntentWithMockWallpaper()