Home
last modified time | relevance | path

Searched refs:NUM_PRIORITY_CATEGORIES (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java212 public static final int NUM_PRIORITY_CATEGORIES = 9; field in ZenPolicy
378 mPriorityCategories = new ArrayList<>(Collections.nCopies(NUM_PRIORITY_CATEGORIES, 0)); in ZenPolicy()
1049 Integer.class), NUM_PRIORITY_CATEGORIES),
1059 Integer.class), NUM_PRIORITY_CATEGORIES);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java784 assertEquals(ZenPolicy.NUM_PRIORITY_CATEGORIES, pcList.size()); in testTooLongLists_fromParcel()