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

  /packages/apps/Settings/src/com/android/settings/notification/
ChannelImportanceSettings.java 19 import static android.app.NotificationChannel.USER_LOCKED_IMPORTANCE;
143 mChannel.lockFields(USER_LOCKED_IMPORTANCE);
AppNotificationSettings.java 241 NotificationChannel.USER_LOCKED_IMPORTANCE);
289 mChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
ChannelNotificationSettings.java 265 mChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
NotificationSettingsBase.java 307 mChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
  /frameworks/base/core/java/android/app/
NotificationChannel.java 88 public static final int USER_LOCKED_IMPORTANCE = 0x00000004;
113 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 512 assertEquals(NotificationChannel.USER_LOCKED_IMPORTANCE
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationInfo.java 282 mSingleNotificationChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 335 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
    [all...]
NotificationRecord.java 310 & NotificationChannel.USER_LOCKED_IMPORTANCE) == 0)) {
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationInfoTest.java     [all...]

Completed in 182 milliseconds