Searched refs:EXTRA_TESTING_MODE_ENABLED (Results 1 – 4 of 4) sorted by relevance
24 public static final String EXTRA_TESTING_MODE_ENABLED = field in BasePreviewActivity
59 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in onAttachedToWindow()
61 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in onAttachedToWindow()
120 boolean testingModeEnabled = intent.getBooleanExtra(EXTRA_TESTING_MODE_ENABLED, false); in loadPreviewFragment()