Searched defs:InstrumentationThread (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DInstrumentation.java156 mRunner = new InstrumentationThread("Instr: " + getClass().getName());
2060 private final class InstrumentationThread extends Thread { class in class:Instrumentation
2061 public InstrumentationThread(String name) { method in class:Instrumentation.InstrumentationThread

Completed in 51 milliseconds