Home
last modified time | relevance | path

Searched refs:IShellOutputReceiver (Results 1 – 4 of 4) sorted by relevance

/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
DCtsHostJankTest.java20 import com.android.ddmlib.IShellOutputReceiver;
89 new IShellOutputReceiver() { in runUiAutomatorTest() method
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java22 import com.android.ddmlib.IShellOutputReceiver;
264 EasyMock.<IShellOutputReceiver>notNull()); in expectRenderConfigQueryAndReturn()
269 IShellOutputReceiver receiver in expectRenderConfigQueryAndReturn()
270 = (IShellOutputReceiver)EasyMock.getCurrentArguments()[1]; in expectRenderConfigQueryAndReturn()
1740 EasyMock.<IShellOutputReceiver>notNull(), EasyMock.anyLong(), in testMultipleInstancesLossOfDeviceMidInstance()
1746 IShellOutputReceiver receiver in testMultipleInstancesLossOfDeviceMidInstance()
1747 = (IShellOutputReceiver)EasyMock.getCurrentArguments()[1]; in testMultipleInstancesLossOfDeviceMidInstance()
2334 EasyMock.<IShellOutputReceiver>notNull(), EasyMock.anyLong(), in runInstrumentationLineAndAnswer()
2340 IShellOutputReceiver receiver in runInstrumentationLineAndAnswer()
2341 = (IShellOutputReceiver)EasyMock.getCurrentArguments()[1]; in runInstrumentationLineAndAnswer()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DGeeTestResultParser.java18 import com.android.ddmlib.IShellOutputReceiver;
DDeqpTestRunner.java6 import com.android.ddmlib.IShellOutputReceiver;
1332 final IShellOutputReceiver receiver) in executeShellCommandAndReadOutput()