Searched refs:CATEGORY_CALL (Results 1 – 13 of 13) sorted by relevance
68 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically_nonsupporting()87 assertCriticality(Notification.CATEGORY_CALL, in testExtractCritically()
109 .setCategory(Notification.CATEGORY_CALL) in setUp()118 .setCategory(Notification.CATEGORY_CALL) in setUp()219 .setCategory(Notification.CATEGORY_CALL) in setUp()
107 r.sbn.getNotification().category = Notification.CATEGORY_CALL; in testIsAlarm_wrongCategory()
22 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()
179 return record.isCategory(Notification.CATEGORY_CALL) in isCall()
249 || record.isCategory(Notification.CATEGORY_CALL)); in isCall()
20 import static android.app.Notification.CATEGORY_CALL;4862 boolean isForegroundCall = CATEGORY_CALL.equals(notification.category)
20 import static android.app.Notification.CATEGORY_CALL;856 return isCategory(CATEGORY_CALL, n) in isNotificationBlockedByPolicy()
22 import static android.app.Notification.CATEGORY_CALL;286 new Notification.Builder(mContext, "").setCategory(CATEGORY_CALL).build()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
716 boolean isCall = Notification.CATEGORY_CALL.equals(n.getNotification().category) in shouldAutoBubbleForFlags()
790 public static final String CATEGORY_CALL = "call"; field in Notification
4562 field public static final java.lang.String CATEGORY_CALL = "call";
5294 field public static final String CATEGORY_CALL = "call";