Searched refs:cancelNotification (Results 1 - 9 of 9) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DSystemFacade.java58 public void cancelNotification(long id); method in interface:SystemFacade
H A DRealSystemFacade.java92 public void cancelNotification(long id) { method in class:RealSystemFacade
H A DDownloadService.java460 mSystemFacade.cancelNotification(info.mId);
480 mSystemFacade.cancelNotification(info.mId);
H A DDownloadReceiver.java122 mSystemFacade.cancelNotification(ContentUris.parseId(uri));
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DFakeSystemFacade.java79 public void cancelNotification(long id) { method in class:FakeSystemFacade
89 cancelNotification(id);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java185 cancelNotification(context, NOTIFICATION_ID);
437 public static void cancelNotification(Context context, int notificationId) { method in class:MessagingNotification
729 cancelNotification(context, MESSAGE_FAILED_NOTIFICATION_ID);
743 cancelNotification(context, MESSAGE_FAILED_NOTIFICATION_ID);
769 cancelNotification(context, DOWNLOAD_FAILED_NOTIFICATION_ID);
/packages/apps/Mms/src/com/android/mms/ui/
H A DManageSimMessages.java107 MessagingNotification.cancelNotification(getApplicationContext(),
H A DConversationList.java247 MessagingNotification.cancelNotification(getApplicationContext(),
H A DComposeMessageActivity.java1699 MessagingNotification.cancelNotification(context,
1709 MessagingNotification.cancelNotification(context,

Completed in 106 milliseconds