Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsStorageStatusManager.java85 notificationManager.notify(getNotificationTag(), in postStorageLowNotification()
95 notificationManager.cancel(getNotificationTag(), in cancelStorageLowNotification()
99 private static String getNotificationTag() { in getNotificationTag() method in SmsStorageStatusManager
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java85 context, getNotificationTag(context, handle), NOTIFICATION_ID, notification); in showNotification()
174 context, getNotificationTag(context, phoneAccountHandle), NOTIFICATION_ID); in cancelNotification()
179 private static String getNotificationTag( in getNotificationTag() method in LegacyVoicemailNotifier
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPermissionRequest.java189 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID, in onReceive()
198 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID); in onReceive()
202 private String getNotificationTag(int requestType) { in getNotificationTag() method in BluetoothPermissionRequest
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java189 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID, in onReceive()
198 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID); in onReceive()
202 private String getNotificationTag(int requestType) { in getNotificationTag() method in BluetoothPermissionRequest
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSmsReceiver.java290 notificationManager.notify(getNotificationTag(), in postNewMessageSecondaryUserNotification()
300 notificationManager.cancel(getNotificationTag(), in cancelSecondaryUserNotification()
304 private static String getNotificationTag() { in getNotificationTag() method in SmsReceiver