Home
last modified time | relevance | path

Searched refs:getNotificationTag (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DSmsStorageStatusManager.java85 notificationManager.notify(getNotificationTag(), in postStorageLowNotification()
95 notificationManager.cancel(getNotificationTag(), in cancelStorageLowNotification()
99 private static String getNotificationTag() { in getNotificationTag() method in SmsStorageStatusManager
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DLegacyVoicemailNotifier.java86 context, getNotificationTag(context, handle), NOTIFICATION_ID, notification); in showNotification()
175 context, getNotificationTag(context, phoneAccountHandle), NOTIFICATION_ID); in cancelNotification()
180 private static String getNotificationTag( in getNotificationTag() method in LegacyVoicemailNotifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java383 getNotificationManager(context).notify(notificationType.getNotificationTag(), in sendNotification()
394 notificationType.getNotificationTag(), notificationType.getNotificationId()); in cancelNotification()
437 String getNotificationTag(); in getNotificationTag() method
483 public String getNotificationTag() { in getNotificationTag() method in CarrierServiceStateTracker.PrefNetworkNotification
562 public String getNotificationTag() { in getNotificationTag() method in CarrierServiceStateTracker.EmergencyNetworkNotification
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionRequest.java191 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID, in onReceive()
200 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID); in onReceive()
204 private String getNotificationTag(int requestType) { in getNotificationTag() method in BluetoothPermissionRequest
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/
H A DNetworkStackNotifier.java215 final String notificationTag = getNotificationTag(network); in updateNotifications()
314 private static String getNotificationTag(@NonNull Network network) { in getNotificationTag() method in NetworkStackNotifier
355 dismissNotification(getNotificationTag(network), status); in onLost()
/aosp12/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DSmsReceiver.java291 notificationManager.notify(getNotificationTag(), in postNewMessageSecondaryUserNotification()
301 notificationManager.cancel(getNotificationTag(), in cancelSecondaryUserNotification()
305 private static String getNotificationTag() { in getNotificationTag() method in SmsReceiver