HomeSort by relevance Sort by last modified time
    Searched refs:PRIORITY_CATEGORY_CALLS (Results 1 - 21 of 21) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
ZenModeStarredContactsPreferenceControllerTest.java 19 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_CALLS;
79 mContext, mock(Lifecycle.class), PRIORITY_CATEGORY_CALLS);
97 when(mBackend.isPriorityCategoryEnabled(NotificationManager.Policy.PRIORITY_CATEGORY_CALLS))
104 when(mBackend.isPriorityCategoryEnabled(NotificationManager.Policy.PRIORITY_CATEGORY_CALLS))
115 when(mBackend.isPriorityCategoryEnabled(NotificationManager.Policy.PRIORITY_CATEGORY_CALLS))
ZenModeCallsPreferenceControllerTest.java 90 when(mBackend.getContactsSummary(NotificationManager.Policy.PRIORITY_CATEGORY_CALLS))
106 NotificationManager.Policy.PRIORITY_CATEGORY_CALLS))
131 NotificationManager.Policy.PRIORITY_CATEGORY_CALLS))
ZenModeSettingsTest.java 135 Policy policy = new Policy(Policy.PRIORITY_CATEGORY_ALARMS | Policy.PRIORITY_CATEGORY_CALLS,
149 Policy.PRIORITY_CATEGORY_REPEAT_CALLERS | Policy.PRIORITY_CATEGORY_CALLS,
ZenModeRepeatCallersPreferenceControllerTest.java 123 when(mBackend.isPriorityCategoryEnabled(NotificationManager.Policy.PRIORITY_CATEGORY_CALLS))
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeCallsSettings.java 19 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_CALLS;
46 PRIORITY_CATEGORY_CALLS));
ZenModeStarredContactsPreferenceController.java 19 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_CALLS;
79 if (mPriorityCategory == PRIORITY_CATEGORY_CALLS) {
80 return mBackend.isPriorityCategoryEnabled(PRIORITY_CATEGORY_CALLS)
ZenModeCallsPreferenceController.java 69 mBackend.saveSenders(NotificationManager.Policy.PRIORITY_CATEGORY_CALLS,
87 NotificationManager.Policy.PRIORITY_CATEGORY_CALLS));
ZenModeBackend.java 123 if (isPriorityCategoryEnabled(NotificationManager.Policy.PRIORITY_CATEGORY_CALLS)) {
188 if (category == NotificationManager.Policy.PRIORITY_CATEGORY_CALLS) {
221 if (category == NotificationManager.Policy.PRIORITY_CATEGORY_CALLS) {
259 } else if (category == NotificationManager.Policy.PRIORITY_CATEGORY_CALLS) {
ZenModeRepeatCallersPreferenceController.java 76 Policy.PRIORITY_CATEGORY_CALLS)
ZenModeSettings.java 20 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_CALLS;
110 PRIORITY_CATEGORY_CALLS,
141 category -> PRIORITY_CATEGORY_CALLS == category
274 } else if (category == Policy.PRIORITY_CATEGORY_CALLS) {
  /frameworks/base/core/java/android/app/
NotificationManager.java     [all...]
  /cts/tests/admin/src/android/admin/cts/
DevicePolicyManagerTest.java     [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 749 priorityCategories |= Policy.PRIORITY_CATEGORY_CALLS;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 401 milliseconds