Searched refs:doNotInstrumentClass (Results 1 – 4 of 4) sorted by relevance
91 builder.doNotInstrumentClass("android.R") in configure()92 .doNotInstrumentClass("android.R$styleable"); in configure()
189 builder.doNotInstrumentClass("android.R") in createInstrumentationConfiguration()190 .doNotInstrumentClass("android.R$styleable"); in createInstrumentationConfiguration()
119 …guration customConfig = InstrumentationConfiguration.newBuilder().doNotInstrumentClass(instrumentN… in shouldNotInstrumentListedClasses()
294 public Builder doNotInstrumentClass(String className) { in doNotInstrumentClass() method in InstrumentationConfiguration.Builder