Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java153 public static final int[] LOCKABLE_FIELDS = new int[] { field in NotificationChannel
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java968 for (int i = 0; i < NotificationChannel.LOCKABLE_FIELDS.length; i++) { in testCreateChannel_CannotChangeHiddenFields()
969 lockMask |= NotificationChannel.LOCKABLE_FIELDS[i]; in testCreateChannel_CannotChangeHiddenFields()
999 for (int i = 0; i < NotificationChannel.LOCKABLE_FIELDS.length; i++) { in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1000 lockMask |= NotificationChannel.LOCKABLE_FIELDS[i]; in testCreateChannel_CannotChangeHiddenFieldsAssistant()