Searched refs:getNotificationTag (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | SmsStorageStatusManager.java | 85 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/ |
D | LegacyVoicemailNotifier.java | 85 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/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionRequest.java | 191 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
|
/packages/modules/NetworkStack/src/com/android/networkstack/ |
D | NetworkStackNotifier.java | 215 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()
|
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
D | SmsReceiver.java | 291 notificationManager.notify(getNotificationTag(), in postNewMessageSecondaryUserNotification() 301 notificationManager.cancel(getNotificationTag(), in cancelSecondaryUserNotification() 305 private static String getNotificationTag() { in getNotificationTag() method in SmsReceiver
|