Searched refs:LOCKABLE_FIELDS (Results 1 – 2 of 2) sorted by relevance
884 for (int i = 0; i < NotificationChannel.LOCKABLE_FIELDS.length; i++) { in testCreateChannel_CannotChangeHiddenFields()885 lockMask |= NotificationChannel.LOCKABLE_FIELDS[i]; in testCreateChannel_CannotChangeHiddenFields()913 for (int i = 0; i < NotificationChannel.LOCKABLE_FIELDS.length; i++) { in testCreateChannel_CannotChangeHiddenFieldsAssistant()914 lockMask |= NotificationChannel.LOCKABLE_FIELDS[i]; in testCreateChannel_CannotChangeHiddenFieldsAssistant()
117 public static final int[] LOCKABLE_FIELDS = new int[] { field in NotificationChannel