Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityLeakTests.java72 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.DetectLeakActivity
128 if (getIntent().getBooleanExtra(ENABLE_STRICT_MODE, false)) { in onCreate()