Searched refs:adbCommand (Results 1 – 5 of 5) sorted by relevance
82 private int getAidlSensorId(String adbCommand, String providerRegex) throws Exception { in getAidlSensorId() argument83 final String dumpsys = getDevice().executeShellCommand(adbCommand); in getAidlSensorId()
331 private static int getAidlSensorId(String adbCommand, String providerRegex) { in getAidlSensorId() argument332 List<Integer> ids = getAidlSensorIds(adbCommand, providerRegex); in getAidlSensorId()341 private static List<Integer> getAidlSensorIds(String adbCommand, String providerRegex) { in getAidlSensorIds() argument342 final byte[] dump = executeShellCommand(adbCommand); in getAidlSensorIds()
181 String adbCommand =193 TestUtils.executeShellCommand(adbCommand);
506 String adbCommand = "am start -W --user " + userId in changeCrossProfileWidgetForUser() local511 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser()512 LogUtil.CLog.d("Output for command " + adbCommand + ": " + commandOutput); in changeCrossProfileWidgetForUser()
1082 String adbCommand = "am start -W --user " + userId in changePolicy() local1088 String commandOutput = getDevice().executeShellCommand(adbCommand); in changePolicy()1089 CLog.d("Output for command " + adbCommand + ": " + commandOutput); in changePolicy()