Home
last modified time | relevance | path

Searched refs:toggleNotificationsSetting (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DNotificationsPreferenceController.java66 return toggleNotificationsSetting(mPackageName, mUid, enabled); in handlePreferenceChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
DBaseNotificationsPreferenceController.java63 public boolean toggleNotificationsSetting(String packageName, int uid, boolean enabled) { in toggleNotificationsSetting() method in BaseNotificationsPreferenceController
DNotificationsAppListPreferenceController.java82 toggleNotificationsSetting(packageName, uid, newValue); in createPreference()
DRecentNotificationsAppsPreferenceController.java213 toggleNotificationsSetting(pkgName, appEntry.info.uid, newValue); in displayRecentApps()