Searched refs:USER_LOCKED_PRIORITY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DRankingHelperTest.java689 | NotificationChannel.USER_LOCKED_PRIORITY
936 channel.lockFields(NotificationChannel.USER_LOCKED_PRIORITY
949 update1.lockFields(NotificationChannel.USER_LOCKED_PRIORITY);
951 assertEquals(NotificationChannel.USER_LOCKED_PRIORITY
959 assertEquals(NotificationChannel.USER_LOCKED_PRIORITY
1016 assertEquals(NotificationChannel.USER_LOCKED_PRIORITY,
1023 assertEquals(NotificationChannel.USER_LOCKED_PRIORITY
1031 assertEquals(NotificationChannel.USER_LOCKED_PRIORITY
/frameworks/base/core/java/android/app/
H A DNotificationChannel.java87 public static final int USER_LOCKED_PRIORITY = 0x00000001; field in class:NotificationChannel
118 USER_LOCKED_PRIORITY,
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java383 channel.lockFields(NotificationChannel.USER_LOCKED_PRIORITY);
1056 update.lockFields(NotificationChannel.USER_LOCKED_PRIORITY);

Completed in 38 milliseconds