Searched refs:ENABLE_STRICT_MODE (Results 1 – 1 of 1) sorted by relevance
72 intentExtras.putBoolean(DetectLeakActivity.ENABLE_STRICT_MODE, true); in testActivityLeak()87 intentExtras.putBoolean(DetectLeakActivity.ENABLE_STRICT_MODE, true); in testActivityLeakForTwoInstances()93 intentExtras.putBoolean(DetectLeakActivity.ENABLE_STRICT_MODE, false); in testActivityLeakForTwoInstances()120 public static final String ENABLE_STRICT_MODE = "enable_strict_mode"; field in ActivityLeakTests.DetectLeakActivity128 if (getIntent().getBooleanExtra(ENABLE_STRICT_MODE, false)) { in onCreate()