Searched refs:splitEnabledStr (Results 1 – 1 of 1) sorted by relevance
28 String splitEnabledStr = trim(SystemUtil.runShellCommand(getInstrumentation(), in testSplitSystemUserIsDisabled() local30 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()