Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannelGroup.java215 public void unlockFields(int field) { in unlockFields() method in NotificationChannelGroup
DNotificationChannel.java355 public void unlockFields(int field) { in unlockFields() method in NotificationChannel
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java769 group.unlockFields(group.getUserLockedFields()); in createNotificationChannelGroup()
937 channel.unlockFields(channel.getUserLockedFields()); in clearLockedFieldsLocked()
962 updatedChannel.unlockFields(updatedChannel.getUserLockedFields()); in updateNotificationChannel()
DNotificationManagerService.java5727 channel.unlockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);