Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayActivityLaunchTests.java975 getPendingIntentActivity(TEST_ACTIVITY).send(); in testLaunchPendingIntentActivity()
983 getPendingIntentActivity(TOP_ACTIVITY).send(displayContext, resultCode, null /* intent */); in testLaunchPendingIntentActivity()
988 getPendingIntentActivity(TEST_ACTIVITY).send(displayContext, resultCode, null /* intent */); in testLaunchPendingIntentActivity()
996 getPendingIntentActivity(TEST_ACTIVITY).send(mContext, resultCode, null /* intent */, in testLaunchPendingIntentActivity()
1115 private PendingIntent getPendingIntentActivity(ComponentName activity) { in getPendingIntentActivity() method in MultiDisplayActivityLaunchTests
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java1329 final PendingIntent pendingIntent = getPendingIntentActivity(TARGET_NO_API); in pendingIntent_getCreatorPackage_queriesPackage_canSeeNoApi()
1337 final PendingIntent pendingIntent = getPendingIntentActivity(TARGET_NO_API); in pendingIntent_getCreatorPackage_queriesNothing_cannotSeeNoApi()
1740 private PendingIntent getPendingIntentActivity(String sourcePackageName) throws Exception { in getPendingIntentActivity() method in AppEnumerationTests