Home
last modified time | relevance | path

Searched refs:commandResult (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DMediaSwCodecHostTest.java50 CommandResult commandResult = getDevice().executeShellV2Command(CMD_LSHAL_CODECS); in checkCodecs() local
52 0, (int) commandResult.getExitCode()); in checkCodecs()
54 String outputString = commandResult.getStdout(); in checkCodecs()
H A DMediaHostTest.java54 CommandResult commandResult = in checkMediaExtractor() local
56 assertEquals(0, (int) commandResult.getExitCode()); in checkMediaExtractor()
58 String outputString = commandResult.getStdout(); in checkMediaExtractor()
H A DTimezoneDataHostTest.java71 CommandResult commandResult = in getRuntimeServiceInfoProto() local
73 assertEquals(0, (int) commandResult.getExitCode()); in getRuntimeServiceInfoProto()
75 String outputString = commandResult.getStdout(); in getRuntimeServiceInfoProto()