Searched refs:instru (Results 1 – 2 of 2) sorted by relevance
43 public static void sendFile(Instrumentation instru, String key, File file) { in sendFile() argument47 sendStatus(INST_STATUS_IN_PROGRESS, instru, b); in sendFile()56 public static void sendBundle(Instrumentation instru, Bundle bundle) { in sendBundle() argument57 sendStatus(INST_STATUS_IN_PROGRESS, instru, bundle); in sendBundle()
1036 try (CloseableTraceScope instru = new CloseableTraceScope("run_instrumentation")) { in doTestRun() argument