Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationManager.java535 public static final int PRIORITY_CATEGORY_CALLS = 1 << 3; field in NotificationManager.Policy
543 PRIORITY_CATEGORY_CALLS,
635 case PRIORITY_CATEGORY_CALLS: return "PRIORITY_CATEGORY_CALLS"; in priorityCategoryToString()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java597 priorityCategories |= Policy.PRIORITY_CATEGORY_CALLS; in toNotificationPolicy()
636 allowCalls = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_CALLS) != 0; in applyNotificationPolicy()
/frameworks/base/api/
Dcurrent.txt5056 field public static final int PRIORITY_CATEGORY_CALLS = 8; // 0x8
Dsystem-current.txt5173 field public static final int PRIORITY_CATEGORY_CALLS = 8; // 0x8