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.java960 getPendingIntentActivity(TEST_ACTIVITY).send(); in testLaunchPendingIntentActivity()
968 getPendingIntentActivity(TOP_ACTIVITY).send(displayContext, resultCode, null /* intent */); in testLaunchPendingIntentActivity()
973 getPendingIntentActivity(TEST_ACTIVITY).send(displayContext, resultCode, null /* intent */); in testLaunchPendingIntentActivity()
981 getPendingIntentActivity(TEST_ACTIVITY).send(mContext, resultCode, null /* intent */, in testLaunchPendingIntentActivity()
1100 private PendingIntent getPendingIntentActivity(ComponentName activity) { in getPendingIntentActivity() method in MultiDisplayActivityLaunchTests
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java1326 final PendingIntent pendingIntent = getPendingIntentActivity(TARGET_NO_API); in pendingIntent_getCreatorPackage_queriesPackage_canSeeNoApi()
1334 final PendingIntent pendingIntent = getPendingIntentActivity(TARGET_NO_API); in pendingIntent_getCreatorPackage_queriesNothing_cannotSeeNoApi()
1737 private PendingIntent getPendingIntentActivity(String sourcePackageName) throws Exception { in getPendingIntentActivity() method in AppEnumerationTests