Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1970 int lockMask = 0; in testCreateChannel_CannotChangeHiddenFields() local
1972 lockMask |= NotificationChannel.LOCKABLE_FIELDS[i]; in testCreateChannel_CannotChangeHiddenFields()
1974 channel.lockFields(lockMask); in testCreateChannel_CannotChangeHiddenFields()
2003 int lockMask = 0; in testCreateChannel_CannotChangeHiddenFieldsAssistant() local
2005 lockMask |= NotificationChannel.LOCKABLE_FIELDS[i]; in testCreateChannel_CannotChangeHiddenFieldsAssistant()
2007 channel.lockFields(lockMask); in testCreateChannel_CannotChangeHiddenFieldsAssistant()