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.java865 public static final int PRIORITY_CATEGORY_CALLS = 1 << 3; field in NotificationManager.Policy
873 PRIORITY_CATEGORY_CALLS,
1046 case PRIORITY_CATEGORY_CALLS: return "PRIORITY_CATEGORY_CALLS"; in priorityCategoryToString()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java636 priorityCategories |= Policy.PRIORITY_CATEGORY_CALLS; in toNotificationPolicy()
683 allowCalls = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_CALLS) != 0; in applyNotificationPolicy()
/frameworks/base/api/
Dcurrent.txt5628 field public static final int PRIORITY_CATEGORY_CALLS = 8; // 0x8
Dsystem-current.txt5834 field public static final int PRIORITY_CATEGORY_CALLS = 8; // 0x8