Searched refs:shellOutput (Results 1 – 2 of 2) 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()