Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationFileTest.java166 mInstrumentationTest.removeFromInstrumentationArg(PACKAGE_ARG_KEY); in writeTestsToFileAndRun()
DInstrumentationTest.java622 void removeFromInstrumentationArg(String key) { in removeFromInstrumentationArg() method in InstrumentationTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationFileTestTest.java158 Mockito.verify(mMockITest).removeFromInstrumentationArg("package"); in testRun_singleSuccessfulTest()