Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DConfigUtils.java46 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()
DReportUtils.java217 String cmd = String.join(" ", DUMP_REPORT_CMD, ConfigUtils.SHELL_UID_STRING, in getReportList()