Home
last modified time | relevance | path

Searched refs:InstrumentationThread (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DInstrumentation.java139 mRunner = new InstrumentationThread("Instr: " + getClass().getName()); in start()
1918 private final class InstrumentationThread extends Thread { class in Instrumentation
1919 public InstrumentationThread(String name) { in InstrumentationThread() method in Instrumentation.InstrumentationThread