Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java252 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testSound_default_userLocked_preUpgrade()
315 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in testVibration_custom_userLocked_preUpgrade()
349 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_preUpgrade()
361 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_unspecified_preUpgrade()
401 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in testLights_locked_preUpgrade()
560 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceUser()
582 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceMulti()
701 channel.lockFields(USER_LOCKED_IMPORTANCE); in testUserSentiment_userLocked()
803 channel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testCalculateGrantableUris_PuserOverridden()
875 channel.lockFields(USER_LOCKED_IMPORTANCE); in testCalculateImportance_systemImportance()
[all …]
DPreferencesHelperTest.java971 channel.lockFields(lockMask); in testCreateChannel_CannotChangeHiddenFields()
1002 channel.lockFields(lockMask); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1023 channel.lockFields(NotificationChannel.USER_LOCKED_PRIORITY in testClearLockedFields()
1036 update1.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in testLockFields_soundAndVibration()
DNotificationManagerServiceTest.java5416 nr.getChannel().lockFields(USER_LOCKED_ALLOW_BUBBLE); in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()
/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.java348 public void lockFields(int field) { in lockFields() method in NotificationChannel
898 lockFields(safeInt(parser, ATT_USER_LOCKED, 0)); in populateFromXml()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java473 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in createDefaultChannelIfNeededLocked()
476 channel.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in createDefaultChannelIfNeededLocked()
479 channel.lockFields(NotificationChannel.USER_LOCKED_VISIBILITY); in createDefaultChannelIfNeededLocked()
770 group.lockFields(oldGroup.getUserLockedFields()); in createNotificationChannelGroup()
774 group.lockFields(NotificationChannelGroup.USER_LOCKED_BLOCKED_STATE); in createNotificationChannelGroup()
959 updatedChannel.lockFields(channel.getUserLockedFields()); in updateNotificationChannel()
1766 update.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in lockFieldsForUpdateLocked()
1769 update.lockFields(NotificationChannel.USER_LOCKED_VISIBILITY); in lockFieldsForUpdateLocked()
1772 update.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in lockFieldsForUpdateLocked()
1776 update.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in lockFieldsForUpdateLocked()
[all …]
/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/tests/src/com/android/systemui/statusbar/notification/collection/
DHighPriorityProviderTest.java161 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in userChangeTrumpsHighPriorityCharacteristics()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java622 mChannelToUpdate.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
/frameworks/base/api/
Dtest-current.txt447 method public void lockFields(int);
460 method public void lockFields(int);
/frameworks/base/config/
Dboot-image-profile.txt2760 HSPLandroid/app/NotificationChannel;->lockFields(I)V
2806 HPLandroid/app/NotificationChannelGroup;->lockFields(I)V