OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instrumentdetector
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
InstrumentDetectorTest.java
3
import com.xtremelabs.robolectric.RobolectricTestRunner.
InstrumentDetector
;
95
private static final
InstrumentDetector
CUSTOM_DETECTOR = new
InstrumentDetector
() {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java
60
private static
InstrumentDetector
instrumentDetector
=
InstrumentDetector
.DEFAULT;
81
public static void setInstrumentDetector(final
InstrumentDetector
detector) {
82
instrumentDetector
= detector;
288
return
instrumentDetector
.isInstrumented();
626
public interface
InstrumentDetector
{
629
InstrumentDetector
DEFAULT = new
InstrumentDetector
() {
Completed in 350 milliseconds