Home
last modified time | relevance | path

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

/cts/tests/tests/multiuser/src/android/multiuser/cts/
DSplitSystemUserTest.java28 String splitEnabledStr = trim(SystemUtil.runShellCommand(getInstrumentation(), in testSplitSystemUserIsDisabled() local
30 boolean splitEnabled = "y".equals(splitEnabledStr) || "yes".equals(splitEnabledStr) in testSplitSystemUserIsDisabled()
31 || "1".equals(splitEnabledStr) || "true".equals(splitEnabledStr) in testSplitSystemUserIsDisabled()
32 || "on".equals(splitEnabledStr); in testSplitSystemUserIsDisabled()