Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/src/com/android/cts/instrumentationdiffcertapp/
DInstrumentationFailToRunTest.java40 myContext.startInstrumentation(appDiffCertInstrumentation, null, new Bundle())); in testInstrumentationNotAllowed_exception()
53 myContext.startInstrumentation(appDiffCertInstrumentation, null, new Bundle())); in testInstrumentationNotAllowed_fail()
/cts/tests/app/src/android/app/cts/
DInstrumentationHelperService.java52 startInstrumentation( in onStartCommand()
65 static boolean startInstrumentation(Context context, String instrumentationName) in startInstrumentation() method in InstrumentationHelperService
DBaseChainedInstrumentation.java68 getContext().startInstrumentation(mNestedInstrComp, null, extras); in onCreate()
DInstrumentationTest.java153 mContext.startInstrumentation( in testEnforceStartFromShell()
159 assertFalse(InstrumentationHelperService.startInstrumentation( in testEnforceStartFromShell()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java2326 assertFalse(mContext.startInstrumentation(cn, null, null)); in testStartInstrumentation()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt10666 …method public abstract boolean startInstrumentation(@NonNull android.content.ComponentName, @Nulla…
10925 …method public boolean startInstrumentation(android.content.ComponentName, @Nullable String, @Nulla…