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

  /frameworks/base/core/java/android/app/
NotificationChannel.java 95 public static final int USER_LOCKED_IMPORTANCE = 0x00000004;
120 USER_LOCKED_IMPORTANCE,
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 103 @IntDef({LockableAppFields.USER_LOCKED_IMPORTANCE})
105 int USER_LOCKED_IMPORTANCE = 0x00000001;
380 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
536 * locking field, see {@link NotificationChannel#USER_LOCKED_IMPORTANCE}.
540 return (userLockedFields & LockableAppFields.USER_LOCKED_IMPORTANCE) != 0;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 70 milliseconds