Home | History | Annotate | Download | only in app

Lines Matching defs:Instrumentation

184     Instrumentation mInstrumentation;
1672 public Instrumentation getInstrumentation()
2005 Instrumentation.checkStartActivityResult(
4259 "Unable to find instrumentation info for: "
4282 mInstrumentation = (Instrumentation)
4286 "Unable to instantiate instrumentation "
4303 mInstrumentation = new Instrumentation();
4332 // Do this after providers, since instrumentation tests generally start their
4892 mInstrumentation = new Instrumentation();
4895 Application app = Instrumentation.newApplication(Application.class, context);