Home
last modified time | relevance | path

Searched refs: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
53 ComponentName.unflattenFromString(instrumentationName), null, null); in onStartCommand()
65 static boolean startInstrumentation(Context context, String instrumentationName) in startInstrumentation() argument
77 intent.putExtra(EXTRA_INSTRUMENTATIION_NAME, instrumentationName); in startInstrumentation()