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.java1030 public static final int PRIORITY_CATEGORY_CALLS = 1 << 3; field in NotificationManager.Policy
1050 PRIORITY_CATEGORY_CALLS,
1467 case PRIORITY_CATEGORY_CALLS: return "PRIORITY_CATEGORY_CALLS"; in priorityCategoryToString()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java749 priorityCategories |= Policy.PRIORITY_CATEGORY_CALLS; in toNotificationPolicy()
818 allowCalls = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_CALLS) != 0; in applyNotificationPolicy()
1494 & NotificationManager.Policy.PRIORITY_CATEGORY_CALLS) != 0; in areAllPriorityOnlyNotificationZenSoundsMuted()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3914 Landroid/app/NotificationManager$Policy;->PRIORITY_CATEGORY_CALLS:I
/frameworks/base/api/
Dcurrent.txt5733 field public static final int PRIORITY_CATEGORY_CALLS = 8; // 0x8