Home
last modified time | relevance | path

Searched refs:lockFields (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java204 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testSound_default_userLocked_preUpgrade()
267 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in testVibration_custom_userLocked_preUpgrade()
301 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_preUpgrade()
313 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_unspecified_preUpgrade()
353 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in testLights_locked_preUpgrade()
512 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceUser()
534 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceMulti()
653 channel.lockFields(USER_LOCKED_IMPORTANCE); in testUserSentiment_userLocked()
755 channel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testCalculateGrantableUris_PuserOverridden()
827 channel.lockFields(USER_LOCKED_IMPORTANCE); in testCalculateImportance_systemImportance()
[all …]
DPreferencesHelperTest.java896 channel.lockFields(lockMask); in testCreateChannel_CannotChangeHiddenFields()
927 channel.lockFields(lockMask); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
948 channel.lockFields(NotificationChannel.USER_LOCKED_PRIORITY in testClearLockedFields()
961 update1.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in testLockFields_soundAndVibration()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java377 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in createDefaultChannelIfNeededLocked()
380 channel.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in createDefaultChannelIfNeededLocked()
383 channel.lockFields(NotificationChannel.USER_LOCKED_VISIBILITY); in createDefaultChannelIfNeededLocked()
604 group.lockFields(oldGroup.getUserLockedFields()); in createNotificationChannelGroup()
608 group.lockFields(NotificationChannelGroup.USER_LOCKED_BLOCKED_STATE); in createNotificationChannelGroup()
757 updatedChannel.lockFields(channel.getUserLockedFields()); in updateNotificationChannel()
1394 update.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in lockFieldsForUpdateLocked()
1397 update.lockFields(NotificationChannel.USER_LOCKED_VISIBILITY); in lockFieldsForUpdateLocked()
1400 update.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in lockFieldsForUpdateLocked()
1404 update.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in lockFieldsForUpdateLocked()
[all …]
/frameworks/base/core/java/android/app/
DNotificationChannelGroup.java208 public void lockFields(int field) { in lockFields() method in NotificationChannelGroup
318 cloned.lockFields(mUserLockedFields); in clone()
DNotificationChannel.java296 public void lockFields(int field) { in lockFields() method in NotificationChannel
728 lockFields(safeInt(parser, ATT_USER_LOCKED, 0)); in populateFromXml()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java88 legacyChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE | in testInheritFromLegacy_keepsUserLockedLegacySettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java835 mChannelToUpdate.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java458 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in userChangeTrumpsHighPriorityCharacteristics()
/frameworks/base/api/
Dtest-current.txt329 method public void lockFields(int);