Searched refs:findPostedNotification (Results 1 – 12 of 12) sorted by relevance
141 StatusBarNotification sbn = mHelper.findPostedNotification( in testOnNotificationEnqueued()154 sbn = mHelper.findPostedNotification(null, 1, NotificationHelper.SEARCH_TYPE.POSTED); in testOnNotificationEnqueued()169 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_userSentimentKey()198 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_proposedImportanceKey()223 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_sensitiveContentKey()248 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_importanceKey()276 StatusBarNotification sbn1 = mHelper.findPostedNotification( in testAdjustNotifications_rankingScoreKey()281 StatusBarNotification sbn2 = mHelper.findPostedNotification( in testAdjustNotifications_rankingScoreKey()328 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_smartActionKey()368 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_smartReplyKey()[all …]
153 StatusBarNotification n = mHelper.findPostedNotification( in testPostFullScreenIntent_noPermission()
76 val sbn: StatusBarNotification = helper.findPostedNotification( in testMediaStyle_noClearFlagNotSet()93 val sbn: StatusBarNotification = helper.findPostedNotification( in testCustomMediaStyle_noClearFlagNotSet()
899 assertThat(mNotificationHelper.findPostedNotification(null, id, SEARCH_TYPE.APP)).isNull(); in testNotify_nonexistentChannel_ignored()1303 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, notificationId, in testKeyChannelGroupOverrideImportanceExplanation_ranking()1398 assertNotNull(mNotificationHelper.findPostedNotification(null, id, SEARCH_TYPE.APP)); in testNotifyWithTimeout()1482 assertNotNull(mNotificationHelper.findPostedNotification(null, id, SEARCH_TYPE.APP)); in testMediaStyle()1505 assertNotNull(mNotificationHelper.findPostedNotification(null, id, SEARCH_TYPE.APP)); in testInboxStyle()1530 assertNotNull(mNotificationHelper.findPostedNotification(null, id, SEARCH_TYPE.APP)); in testBigTextStyle()1558 assertNotNull(mNotificationHelper.findPostedNotification(null, id, SEARCH_TYPE.APP)); in testBigPictureStyle()1772 StatusBarNotification n = mNotificationHelper.findPostedNotification( in testPostFullScreenIntent_permission()1801 assertNotNull(mNotificationHelper.findPostedNotification("tag", 0, SEARCH_TYPE.APP)); in testNotificationDelegate_grantAndPost()1830 assertNotNull(mNotificationHelper.findPostedNotification("toBeCanceled", 10000, in testNotificationDelegate_grantAndPostAndCancel()[all …]
342 mNotificationHelper.findPostedNotification(ALICE, 1, SEARCH_TYPE.POSTED); in sendNotifications()343 mNotificationHelper.findPostedNotification(BOB, 2, SEARCH_TYPE.POSTED); in sendNotifications()344 mNotificationHelper.findPostedNotification(CHARLIE, 3, SEARCH_TYPE.POSTED); in sendNotifications()385 mNotificationHelper.findPostedNotification(ALICE, 4, SEARCH_TYPE.POSTED); in sendEventAlarmReminderNotifications()386 mNotificationHelper.findPostedNotification(BOB, 5, SEARCH_TYPE.POSTED); in sendEventAlarmReminderNotifications()387 mNotificationHelper.findPostedNotification(CHARLIE, 6, SEARCH_TYPE.POSTED); in sendEventAlarmReminderNotifications()427 mNotificationHelper.findPostedNotification(ALICE, 7, SEARCH_TYPE.POSTED); in sendAlarmOtherMediaNotifications()428 mNotificationHelper.findPostedNotification(BOB, 8, SEARCH_TYPE.POSTED); in sendAlarmOtherMediaNotifications()429 mNotificationHelper.findPostedNotification(CHARLIE, 9, SEARCH_TYPE.POSTED); in sendAlarmOtherMediaNotifications()1780 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, 1, in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone()[all …]
191 mNotificationHelper.findPostedNotification(null, id, SEARCH_TYPE.POSTED); in verifyNotificationBubbleState()349 mNotificationHelper.findPostedNotification(null, 1, SEARCH_TYPE.POSTED); in testCanBubble_ranking()950 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, notifId, in testNotificationManagerBubble_setSuppressBubble()995 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, in testNotificationManagerBubble_setSuppressBubble_notSuppressable()1039 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId()1085 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId()1119 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, notifId, in testNotificationManagerBubble_setSuppressBubble_dismissLocusActivity()1134 sbn = mNotificationHelper.findPostedNotification(null, notifId, SEARCH_TYPE.LISTENER); in testNotificationManagerBubble_setSuppressBubble_dismissLocusActivity()1143 sbn = mNotificationHelper.findPostedNotification(null, notifId, SEARCH_TYPE.LISTENER); in testNotificationManagerBubble_setSuppressBubble_dismissLocusActivity()
350 assertNotNull(mNotificationHelper.findPostedNotification(null, id, SEARCH_TYPE.APP)); in sendNotification()
160 val sbn = mNotificationHelper.findPostedNotification(tag, NOTIFICATION_ID, searchType) in waitForNotification()
204 StatusBarNotification sbn = mHelper.findPostedNotification( in testSuspendPackage()216 assertNotNull(mHelper.findPostedNotification( in testSuspendPackage()237 assertNotNull(mHelper.findPostedNotification( in testSuspendedPackageSendNotification()320 StatusBarNotification sbn = mHelper.findPostedNotification( in testChannelDeletion_cancelReason()
92 findPostedNotification(null, notificationId, in clickNotification()97 public StatusBarNotification findPostedNotification(String tag, int id, in findPostedNotification() method in NotificationHelper
101 StatusBarNotification n = mHelper.findPostedNotification( in testPostFullScreenIntent_noPermission()
113 notificationHelper.findPostedNotification( in <lambda>()