Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java66 private static final String LIST_ALL_USERS_COMMAND = "cmd user list -v --all"; field in CommonUtils
325 ArrayList<String> output = executeShellCommandWithDetailedOutput(LIST_ALL_USERS_COMMAND); in getCurrentUserId()