Searched refs:removeFromInstrumentationArg (Results 1 – 3 of 3) sorted by relevance
166 mInstrumentationTest.removeFromInstrumentationArg(PACKAGE_ARG_KEY); in writeTestsToFileAndRun()
622 void removeFromInstrumentationArg(String key) { in removeFromInstrumentationArg() method in InstrumentationTest
158 Mockito.verify(mMockITest).removeFromInstrumentationArg("package"); in testRun_singleSuccessfulTest()