Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java67 private static final String GET_MAIN_USER_COMMAND = "cmd user get-main-user"; field in CommonUtils
355 ArrayList<String> output = executeShellCommandWithDetailedOutput(GET_MAIN_USER_COMMAND); in getMainUserId()