/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | DownloadMmsAction.java | 118 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()
|
D | ProcessDownloadedMmsAction.java | 99 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/ |
D | DbModifierWithNotification.java | 147 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/ |
D | CellBroadcastAlertReminder.java | 84 Uri notificationUri = RingtoneManager.getDefaultUri( in playAlertReminderSound() local 86 if (notificationUri == null) { in playAlertReminderSound() 90 Ringtone r = RingtoneManager.getRingtone(this, notificationUri); in playAlertReminderSound()
|
D | CellBroadcastAlertAudio.java | 447 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/ |
D | MmsUtils.java | 1842 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/ |
D | TvProvider.java | 1122 for (final Uri notificationUri : notifications) { in bulkInsert() 1123 context.getContentResolver().notifyChange(notificationUri, null); in bulkInsert()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 1925 Uri notificationUri = EmailContent.CONTENT_URI; in update() local 2237 notifyUI(notificationUri, null); in update()
|