Searched refs:commandResult (Results 1 – 3 of 3) sorted by relevance
50 CommandResult commandResult = getDevice().executeShellV2Command(CMD_LSHAL_CODECS); in checkCodecs() local52 0, (int) commandResult.getExitCode()); in checkCodecs()54 String outputString = commandResult.getStdout(); in checkCodecs()
54 CommandResult commandResult = in checkMediaExtractor() local56 assertEquals(0, (int) commandResult.getExitCode()); in checkMediaExtractor()58 String outputString = commandResult.getStdout(); in checkMediaExtractor()
71 CommandResult commandResult = in getRuntimeServiceInfoProto() local73 assertEquals(0, (int) commandResult.getExitCode()); in getRuntimeServiceInfoProto()75 String outputString = commandResult.getStdout(); in getRuntimeServiceInfoProto()