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