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.java109 .setCategory(Notification.CATEGORY_CALL) in setUp()
118 .setCategory(Notification.CATEGORY_CALL) in setUp()
219 .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;
4513 .setCategory(CATEGORY_CALL) in testFlagBubbleNotifs_flag_phonecall()
4548 .setCategory(CATEGORY_CALL) in testFlagBubbleNotifs_noFlag_phonecall_noForegroundService()
4577 .setCategory(CATEGORY_CALL) in testFlagBubbleNotifs_noFlag_phonecall_noPerson()
4741 .setCategory(CATEGORY_CALL) in testFlagBubbleNotifs_noFlag_phonecall_notAllowed()
4776 .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;
4862 boolean isForegroundCall = 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;
856 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;
286 new Notification.Builder(mContext, "").setCategory(CATEGORY_CALL).build()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java716 boolean isCall = Notification.CATEGORY_CALL.equals(n.getNotification().category) in shouldAutoBubbleForFlags()
/frameworks/base/core/java/android/app/
DNotification.java790 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/api/
Dcurrent.txt5294 field public static final String CATEGORY_CALL = "call";