Searched defs:sendIntent (Results 1 – 7 of 7) sorted by relevance
139 Intent sendIntent = new Intent(); in createSendImageIntent() local147 Intent sendIntent = new Intent(); in createSendTextIntentWithPreview() local161 Intent sendIntent = new Intent(); in createSendFileIntentWithPreview() local
380 private static void sendIntent(String mimeType) { in sendIntent() method in PreferredActivitiesTest381 Intent sendIntent = new Intent(); in sendIntent() local
116 Intent sendIntent = new Intent(); in intentSend() local
470 Intent sendIntent = new Intent(getContext(), LockHoldingService.class) in checkLockBehavior() local
317 PendingIntent sendIntent = PendingIntent.getActivity(mContext, 0, in testAdjustNotification_smartActionKey() local
454 Intent sendIntent = createMatchingIntent(); in testRefinementCanOverwritePayloadFields() local
2624 private void sendIntent(IntentSender intentSender) throws IntentSender.SendIntentException { in sendIntent() method in PackageManagerTest