Searched refs:SHELL_UID_STRING (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ |
D | ConfigUtils.java | 46 public static final String SHELL_UID_STRING = "2000"; field in ConfigUtils 282 String.join(" ", "cat", remotePath, "|", UPDATE_CONFIG_CMD, SHELL_UID_STRING, in uploadConfig() 299 device.executeShellCommand(String.join(" ", REMOVE_CONFIG_CMD, SHELL_UID_STRING, in removeConfig()
|
D | ReportUtils.java | 217 String cmd = String.join(" ", DUMP_REPORT_CMD, ConfigUtils.SHELL_UID_STRING, in getReportList()
|