Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/src/com/android/cts/instrumentationdiffcertapp/
DInstrumentationFailToRunTest.java33 final Context myContext = getInstrumentation().getContext(); in testInstrumentationNotAllowed_exception() local
37 new ComponentName(myContext, Instrumentation.class); in testInstrumentationNotAllowed_exception()
40 myContext.startInstrumentation(appDiffCertInstrumentation, null, new Bundle())); in testInstrumentationNotAllowed_exception()
47 final Context myContext = getInstrumentation().getContext(); in testInstrumentationNotAllowed_fail() local
51 new ComponentName(myContext, Instrumentation.class); in testInstrumentationNotAllowed_fail()
53 myContext.startInstrumentation(appDiffCertInstrumentation, null, new Bundle())); in testInstrumentationNotAllowed_fail()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerFakingPublisherTest.java59 final Context myContext = getTestContext(); in testSpoofingPublisher() local