Home
last modified time | relevance | path

Searched refs:getOutput (Results 1 – 25 of 45) sorted by relevance

12

/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DCategoryTest.java32 String out = receiver.getOutput(); in testDefaultCategories()
48 String out = receiver.getOutput(); in testSingleCategory()
62 String out = receiver2.getOutput(); in testSingleCategory()
79 String out = receiver.getOutput(); in testMultipleCategories()
DPackageTest.java41 String out = receiver.getOutput(); in testSinglePackage()
55 String out = receiver2.getOutput(); in testSinglePackage()
71 String out = receiver.getOutput(); in testMultiplePackages()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DBaseTestCase.java87 + BufferDebug.debugString(receiver.getOutput(), -1)); in getDump()
90 return parser.parseFrom(receiver.getOutput()); in getDump()
94 + BufferDebug.debugString(receiver.getOutput(), 16384)); in getDump()
/cts/hostsidetests/security/src/android/security/cts/
DProcessMustUseSeccompTest.java60 String[] lines = Out.getOutput().split(System.getProperty("line.separator")); in getPidFromCmd()
88 String[] lines = Out.getOutput().split(System.getProperty("line.separator")); in pidHasSeccompBpf()
/cts/tests/tests/time/shell_utils/host/android/app/time/cts/shell/host/
DHostShellCommandExecutor.java40 return bytesReceiver.getOutput(); in executeToBytesInternal()
/cts/libs/vogar-expect/src/vogar/expect/
DExpectation.java102 return pattern.matcher(outcome.getOutput()).matches(); in patternMatches()
DOutcome.java90 public String getOutput() { in getOutput() method in Outcome
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DLockScreenInspector.java84 return parser.parseFrom(receiver.getOutput()); in getDump()
DAdoptableHostTest.java242 assertSuccess(out.getOutput()); in verifyPrimaryInternal()
268 assertSuccess(out.getOutput()); in verifyPrimaryInternal()
DUtils.java202 String output = receiver.getOutput(); in isBootCompleted()
/cts/hostsidetests/incident/src/com/android/server/cts/
DProtoDumpTestCase.java102 return parser.parseFrom(receiver.getOutput()); in getDump()
176 return receiver.getOutput(); in execCommandAndGet()
/cts/hostsidetests/accounts/src/android/host/accounts/
DBaseMultiUserTest.java171 final String output = receiver.getOutput(); in waitForBroadcastIdle()
DAccountManagerHostSideTest.java203 final String output = receiver.getOutput(); in waitForBroadcastIdle()
/cts/hostsidetests/os/src/android/os/cts/
DOsHostTests.java92 final String output = outputReceiver.getOutput(); in testNonExportedActivities()
/cts/hostsidetests/calllog/src/android/provider/cts/contacts/hostside/
DShadowCallLogTest.java164 String output = receiver.getOutput(); in isBootCompleted()
/cts/tests/media/jni/
DNativeCodecTestBase.h75 callbackObject getOutput();
DNativeCodecEncoderSurfaceTest.cpp329 callbackObject element = mAsyncHandleEncoder.getOutput(); in tryEncoderOutput()
409 callbackObject element = mAsyncHandleDecoder.getOutput(); in queueEOS()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScript.java293 public Allocation getOutput() { in getOutput() method in Script
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java203 .parseFrom(receiver.getOutput()) in getReportList()
382 return receiver.getOutput();
/cts/hostsidetests/packagemanager/installedloadingprogess/hostside/src/com/android/tests/loadingprogress/host/
DIncrementalLoadingProgressTest.java165 final String output = receiver.getOutput(); in getLoadingProgressFromDumpsys()
/cts/hostsidetests/media/src/android/media/cts/
DMediaExtractorHostSideTest.java190 return ConfigMetricsReportList.parser().parseFrom(receiver.getOutput()); in getAndClearReportList()
/cts/hostsidetests/backup/src/android/cts/backup/
DBackupPreparer.java219 String output = receiver.getOutput(); in waitForBroadcastIdle()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTranscoderTestBase.java203 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandleEncoder.getOutput(); in tryEncoderOutput()
264 Pair<Integer, MediaCodec.BufferInfo> decOp = mAsyncHandleDecoder.getOutput(); in queueEOS()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DBaseDumpsysTest.java210 final String output = receiver.getOutput(); in execCommandAndFind()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java234 return parser.parseFrom(receiver.getOutput()); in getDump()

12