HomeSort by relevance Sort by last modified time
    Searched refs:USER_LOCKED_IMPORTANCE (Results 1 - 12 of 12) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
ChannelImportanceSettings.java 19 import static android.app.NotificationChannel.USER_LOCKED_IMPORTANCE;
157 mChannel.lockFields(USER_LOCKED_IMPORTANCE);
AppNotificationSettings.java 241 NotificationChannel.USER_LOCKED_IMPORTANCE);
289 mChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
ChannelNotificationSettings.java 268 mChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
NotificationSettingsBase.java 321 mChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationRecordTest.java 310 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
322 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
RankingHelperTest.java 648 assertEquals(NotificationChannel.USER_LOCKED_IMPORTANCE
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationInfo.java 292 mSingleNotificationChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
  /frameworks/base/core/java/android/app/
NotificationChannel.java 93 public static final int USER_LOCKED_IMPORTANCE = 0x00000004;
118 USER_LOCKED_IMPORTANCE,
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 347 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
    [all...]
NotificationRecord.java 316 & NotificationChannel.USER_LOCKED_IMPORTANCE) == 0)) {
    [all...]
NotificationManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationInfoTest.java     [all...]

Completed in 209 milliseconds