Searched refs:recordToCheck (Results 1 – 1 of 1) sorted by relevance
6818 NotificationRecord recordToCheck = mService.getNotificationRecord(nr.getSbn().getKey()); in testNotificationBubbleIsFlagRemoved_resetOnUpdate() local6819 assertFalse(recordToCheck.isFlagBubbleRemoved()); in testNotificationBubbleIsFlagRemoved_resetOnUpdate()6825 recordToCheck = mService.getNotificationRecord(nr.getSbn().getKey()); in testNotificationBubbleIsFlagRemoved_resetOnUpdate()6826 assertTrue(recordToCheck.isFlagBubbleRemoved()); in testNotificationBubbleIsFlagRemoved_resetOnUpdate()6834 recordToCheck = mService.getNotificationRecord(nr.getSbn().getKey()); in testNotificationBubbleIsFlagRemoved_resetOnUpdate()6835 assertFalse(recordToCheck.isFlagBubbleRemoved()); in testNotificationBubbleIsFlagRemoved_resetOnUpdate()6853 NotificationRecord recordToCheck = mService.getNotificationRecord(nr.getSbn().getKey()); in testNotificationBubbleIsFlagRemoved_resetOnBubbleChangedTrue() local6854 assertFalse(recordToCheck.isFlagBubbleRemoved()); in testNotificationBubbleIsFlagRemoved_resetOnBubbleChangedTrue()6860 recordToCheck = mService.getNotificationRecord(nr.getSbn().getKey()); in testNotificationBubbleIsFlagRemoved_resetOnBubbleChangedTrue()6861 assertTrue(recordToCheck.isFlagBubbleRemoved()); in testNotificationBubbleIsFlagRemoved_resetOnBubbleChangedTrue()[all …]