Searched refs:startInstrumentation (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/src/com/android/cts/instrumentationdiffcertapp/ |
D | InstrumentationFailToRunTest.java | 40 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/ |
D | InstrumentationHelperService.java | 52 startInstrumentation( in onStartCommand() 65 static boolean startInstrumentation(Context context, String instrumentationName) in startInstrumentation() method in InstrumentationHelperService
|
D | BaseChainedInstrumentation.java | 68 getContext().startInstrumentation(mNestedInstrComp, null, extras); in onCreate()
|
D | InstrumentationTest.java | 153 mContext.startInstrumentation( in testEnforceStartFromShell() 159 assertFalse(InstrumentationHelperService.startInstrumentation( in testEnforceStartFromShell()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContextTest.java | 2326 assertFalse(mContext.startInstrumentation(cn, null, null)); in testStartInstrumentation()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 10666 …method public abstract boolean startInstrumentation(@NonNull android.content.ComponentName, @Nulla… 10925 …method public boolean startInstrumentation(android.content.ComponentName, @Nullable String, @Nulla…
|