Home
last modified time | relevance | path

Searched refs:savedNotificationID (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationCancelReceiver.java42 int savedNotificationID = getNotificationController(context).getNotificationId( in onReceive() local
45 if (savedNotificationID == notificationId) { in onReceive()
DNotificationActionActivity.java59 int savedNotificationID = getNotificationController(this).getNotificationId(appLocale); in onCreate() local
60 if (savedNotificationID == notificationId) { in onCreate()