Searched refs:shellOutput (Results 1 – 3 of 3) sorted by relevance
39 final String shellOutput = receiver.getOutput(); in extractDeviceHeadsetLevelFromAdbShell() local40 if (shellOutput == null || shellOutput.isEmpty()) { in extractDeviceHeadsetLevelFromAdbShell()45 int pos = shellOutput.indexOf(STREAM_MUSIC); in extractDeviceHeadsetLevelFromAdbShell()47 pos = shellOutput.indexOf(HEADSET, pos); in extractDeviceHeadsetLevelFromAdbShell()50 final int stop = shellOutput.indexOf(",", start); in extractDeviceHeadsetLevelFromAdbShell()52 final String audioLevelStr = shellOutput.substring(start, stop); in extractDeviceHeadsetLevelFromAdbShell()
63 String shellOutput = mTestDevice.executeShellCommand( in run() local67 String[] lines = shellOutput.split("\n"); in run()
471 String shellOutput = null; in executeCommandByScript() local474 shellOutput = testDevice.executeShellCommand(String.format("sh %s", tmpFileDevice)); in executeCommandByScript()486 return shellOutput; in executeCommandByScript()