Searched refs:getPendingIntentActivity (Results 1 – 2 of 2) sorted by relevance
960 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
1326 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