Home
last modified time | relevance | path

Searched refs:PRIORITY_CATEGORY_REPEAT_CALLERS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationManager.java1032 public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 1 << 4; field in NotificationManager.Policy
1051 PRIORITY_CATEGORY_REPEAT_CALLERS,
1468 case PRIORITY_CATEGORY_REPEAT_CALLERS: return "PRIORITY_CATEGORY_REPEAT_CALLERS"; in priorityCategoryToString()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java761 priorityCategories |= Policy.PRIORITY_CATEGORY_REPEAT_CALLERS; in toNotificationPolicy()
820 allowRepeatCallers = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_REPEAT_CALLERS) in applyNotificationPolicy()
1500 & NotificationManager.Policy.PRIORITY_CATEGORY_REPEAT_CALLERS) != 0; in areAllPriorityOnlyNotificationZenSoundsMuted()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3919 Landroid/app/NotificationManager$Policy;->PRIORITY_CATEGORY_REPEAT_CALLERS:I
/frameworks/base/api/
Dcurrent.txt5738 field public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 16; // 0x10