Searched defs:InstrumentationThread (Results 1 - 1 of 1) sorted by relevance

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

Completed in 1777 milliseconds