Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DInstrumentationHelperService.java33 private static final String ACTION_START_INSTRUMENTATION = field in InstrumentationHelperService
45 if (ACTION_START_INSTRUMENTATION.equals(action)) { in onStartCommand()
67 final Intent intent = new Intent(ACTION_START_INSTRUMENTATION); in startInstrumentation()