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.java279 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testSound_default_userLocked_preUpgrade()
343 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in testVibration_custom_userLocked_preUpgrade()
389 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_preUpgrade()
401 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_unspecified_preUpgrade()
441 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in testLights_locked_preUpgrade()
600 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceUser()
622 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceMulti()
741 channel.lockFields(USER_LOCKED_IMPORTANCE); in testUserSentiment_userLocked()
884 channel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testCalculateGrantableUris_PuserOverridden()
956 channel.lockFields(USER_LOCKED_IMPORTANCE); in testCalculateImportance_systemImportance()
[all …]
DPreferencesHelperTest.java658 idp.lockFields(2); in testReadXml_oldXml_migrates()
733 idp.lockFields(2); in testReadXml_oldXml_backup_migratesWhenPkgInstalled()
801 idp.lockFields(2); in testReadXml_newXml_noMigration_showPermissionNotification()
858 idp.lockFields(2); in testReadXml_newXml_permissionNotificationOff()
915 idp.lockFields(2); in testReadXml_newXml_noMigration_noPermissionNotification()
1711 channel.lockFields(lockMask); in testCreateChannel_CannotChangeHiddenFields()
1743 channel.lockFields(lockMask); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1764 channel.lockFields(NotificationChannel.USER_LOCKED_PRIORITY in testClearLockedFields()
1777 update1.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in testLockFields_soundAndVibration()
5001 channel.lockFields(USER_LOCKED_IMPORTANCE); in testUnlockNotificationChannelImportance()
[all …]
DNotificationManagerServiceTest.java7696 nr.getChannel().lockFields(USER_LOCKED_ALLOW_BUBBLE); in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()
/frameworks/base/core/java/android/app/
DNotificationChannelGroup.java219 public void lockFields(int field) { in lockFields() method in NotificationChannelGroup
323 cloned.lockFields(mUserLockedFields); in clone()
DNotificationChannel.java406 public void lockFields(int field) { in lockFields() method in NotificationChannel
965 lockFields(safeInt(parser, ATT_USER_LOCKED, 0)); in populateFromXml()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java563 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in createDefaultChannelIfNeededLocked()
566 channel.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in createDefaultChannelIfNeededLocked()
569 channel.lockFields(NotificationChannel.USER_LOCKED_VISIBILITY); in createDefaultChannelIfNeededLocked()
876 group.lockFields(oldGroup.getUserLockedFields()); in createNotificationChannelGroup()
880 group.lockFields(NotificationChannelGroup.USER_LOCKED_BLOCKED_STATE); in createNotificationChannelGroup()
1089 updatedChannel.lockFields(channel.getUserLockedFields()); in updateNotificationChannel()
1863 update.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in lockFieldsForUpdateLocked()
1866 update.lockFields(NotificationChannel.USER_LOCKED_VISIBILITY); in lockFieldsForUpdateLocked()
1869 update.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in lockFieldsForUpdateLocked()
1873 update.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in lockFieldsForUpdateLocked()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DHighPriorityProviderTest.java143 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in userChangeTrumpsHighPriorityCharacteristics()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java689 mChannelToUpdate.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java1171 mNotificationChannel.lockFields(USER_LOCKED_IMPORTANCE); in testAutomaticUnlocksUserImportance()
/frameworks/base/core/api/
Dtest-current.txt325 method public void lockFields(int);
337 method public void lockFields(int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7999 Landroid/app/NotificationChannel;->lockFields(I)V