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