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