Home
last modified time | relevance | path

Searched defs:instrumentationName (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DInstrumentationHelperService.java46 final String instrumentationName = intent.getStringExtra(EXTRA_INSTRUMENTATIION_NAME); in onStartCommand() local
65 static boolean startInstrumentation(Context context, String instrumentationName) in startInstrumentation()