Home
last modified time | relevance | path

Searched defs:instrumentName (Results 1 – 2 of 2) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DInstrumentInjectorModule.java32 private final String instrumentName; field in InstrumentInjectorModule
34 InstrumentInjectorModule(InstrumentConfig instrumentConfig, String instrumentName) { in InstrumentInjectorModule()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/
DInstrumentationConfigurationTest.java100 String instrumentName = "com.whatever.SomeClassNameToInstrument"; in shouldInstrumentCustomClasses() local
109 String instrumentName = "com.whatever.SomeClassNameToInstrument"; in equals_ShouldCheckClassNames() local
118 String instrumentName = "android.foo.bar"; in shouldNotInstrumentListedClasses() local