Home
last modified time | relevance | path

Searched refs:notificationUri (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DDownloadMmsAction.java118 final Uri notificationUri = message.getSmsMessageUri(); in queueAction() local
131 actionParameters.putParcelable(KEY_NOTIFICATION_URI, notificationUri); in queueAction()
141 updateMessageStatus(notificationUri, messageId, conversationId, in queueAction()
159 updateMessageStatus(notificationUri, messageId, conversationId, in queueAction()
234 final Uri notificationUri = actionParameters.getParcelable(KEY_NOTIFICATION_URI); in doBackgroundWork() local
258 notificationUri, subId, subPhoneNumber, transactionId, contentLocation, in doBackgroundWork()
272 notificationUri, conversationId, participantId, contentLocation, subId, in doBackgroundWork()
DProcessDownloadedMmsAction.java99 final Uri notificationUri = extras.getParcelable(DownloadMmsAction.EXTRA_NOTIFICATION_URI); in processMessageDownloaded() local
104 Assert.notNull(notificationUri); in processMessageDownloaded()
116 params.putParcelable(KEY_NOTIFICATION_URI, notificationUri); in processMessageDownloaded()
138 final Uri notificationUri, final String conversationId, final String participantId, in processMessageDownloadFastFailed() argument
143 Assert.notNull(notificationUri); in processMessageDownloadFastFailed()
152 params.putParcelable(KEY_NOTIFICATION_URI, notificationUri); in processMessageDownloadFastFailed()
274 final Uri notificationUri = actionParameters.getParcelable( in doBackgroundWork() local
289 notificationUri, subId, subPhoneNumber, transactionId, in doBackgroundWork()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDbModifierWithNotification.java147 private void notifyVoicemailChangeOnInsert(Uri notificationUri, Set<String> packagesModified) { in notifyVoicemailChangeOnInsert() argument
149 notifyVoicemailChange(notificationUri, packagesModified, in notifyVoicemailChangeOnInsert()
152 notifyVoicemailChange(notificationUri, packagesModified, in notifyVoicemailChangeOnInsert()
269 private void notifyVoicemailChange(Uri notificationUri, Set<String> modifiedPackages, in notifyVoicemailChange() argument
273 mContext.getContentResolver().notifyChange(notificationUri, null, true); in notifyVoicemailChange()
280 getBroadcastReceiverComponents(intentAction, notificationUri)) { in notifyVoicemailChange()
289 Intent intent = new Intent(intentAction, notificationUri); in notifyVoicemailChange()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertReminder.java84 Uri notificationUri = RingtoneManager.getDefaultUri( in playAlertReminderSound() local
86 if (notificationUri == null) { in playAlertReminderSound()
90 Ringtone r = RingtoneManager.getRingtone(this, notificationUri); in playAlertReminderSound()
DCellBroadcastAlertAudio.java447 Uri notificationUri = RingtoneManager.getDefaultUri( in playAlertReminderSound() local
449 if (notificationUri == null) { in playAlertReminderSound()
453 Ringtone r = RingtoneManager.getRingtone(this, notificationUri); in playAlertReminderSound()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java1842 public static StatusPlusUri downloadMmsMessage(final Context context, final Uri notificationUri, in downloadMmsMessage() argument
1874 + "message: " + notificationUri); in downloadMmsMessage()
1888 extras.putParcelable(DownloadMmsAction.EXTRA_NOTIFICATION_URI, notificationUri); in downloadMmsMessage()
1900 return insertDownloadedMessageAndSendResponse(context, notificationUri, subId, in downloadMmsMessage()
1905 LogUtil.e(TAG, "MmsUtils: failed to download message " + notificationUri, e); in downloadMmsMessage()
1908 LogUtil.e(TAG, "MmsUtils: failed to download message " + notificationUri, e); in downloadMmsMessage()
1914 final Uri notificationUri, final int subId, final String subPhoneNumber, in insertDownloadedMessageAndSendResponse() argument
1938 notificationUri, values, null, null); in insertDownloadedMessageAndSendResponse()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java1122 for (final Uri notificationUri : notifications) { in bulkInsert()
1123 context.getContentResolver().notifyChange(notificationUri, null); in bulkInsert()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java1925 Uri notificationUri = EmailContent.CONTENT_URI; in update() local
2237 notifyUI(notificationUri, null); in update()