Home
last modified time | relevance | path

Searched refs:CATEGORY_CALL (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DCriticalNotificationExtractorTest.java68 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically_nonsupporting()
87 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically()
DNotificationComparatorTest.java110 .setCategory(Notification.CATEGORY_CALL) in setUp()
122 .setCategory(Notification.CATEGORY_CALL) in setUp()
132 .setCategory(Notification.CATEGORY_CALL) in setUp()
233 .setCategory(Notification.CATEGORY_CALL) in setUp()
DZenModeFilteringTest.java107 r.sbn.getNotification().category = Notification.CATEGORY_CALL; in testIsAlarm_wrongCategory()
DNotificationManagerServiceTest.java22 import static android.app.Notification.CATEGORY_CALL;
4582 .setCategory(CATEGORY_CALL) in testFlagBubbleNotifs_flag_phonecall()
4617 .setCategory(CATEGORY_CALL) in testFlagBubbleNotifs_noFlag_phonecall_noForegroundService()
4646 .setCategory(CATEGORY_CALL) in testFlagBubbleNotifs_noFlag_phonecall_noPerson()
4810 .setCategory(CATEGORY_CALL) in testFlagBubbleNotifs_noFlag_phonecall_notAllowed()
4845 .setCategory(CATEGORY_CALL) in testFlagBubbleNotifs_noFlag_phonecall_channelNotAllowed()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationComparator.java179 return record.isCategory(Notification.CATEGORY_CALL) in isCall()
DZenModeFiltering.java249 || record.isCategory(Notification.CATEGORY_CALL)); in isCall()
DNotificationManagerService.java20 import static android.app.Notification.CATEGORY_CALL;
5009 boolean isCall = CATEGORY_CALL.equals(notification.category);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java20 import static android.app.Notification.CATEGORY_CALL;
796 return isCategory(CATEGORY_CALL, n) in isNotificationBlockedByPolicy()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java22 import static android.app.Notification.CATEGORY_CALL;
293 new Notification.Builder(mContext, "").setCategory(CATEGORY_CALL).build()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/frameworks/base/core/java/android/app/
DNotification.java797 public static final String CATEGORY_CALL = "call"; field in Notification
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4562 field public static final java.lang.String CATEGORY_CALL = "call";
/frameworks/base/non-updatable-api/
Dcurrent.txt5296 field public static final String CATEGORY_CALL = "call";
/frameworks/base/api/
Dcurrent.txt5296 field public static final String CATEGORY_CALL = "call";