Searched refs:checkNotificationExistence (Results 1 – 7 of 7) sorted by relevance
69 if (!mHelper.checkNotificationExistence(NOTIFICATION_ID_SECRET, true)) { in testVisibilitySecret()80 if (!mHelper.checkNotificationExistence(NOTIFICATION_ID_PUBLIC, true)) { in testVisibilityPrivate()
96 if (mHelper.checkNotificationExistence(n, true)) { in testDismissBundlingNotification()112 if (mHelper.checkNotificationExistence(CHILD_NOTIFICATION_ID, true)) { in testDismissIndividualNotification()115 if (mHelper.checkNotificationExistence(GROUP_NOTIFICATION_ID, false)) { in testDismissIndividualNotification()
63 if (mHelper.checkNotificationExistence(NOTIFICATION_ID_PUBLIC, false)) { in testVisibilityPublic()
96 if (mHelper.checkNotificationExistence(NOTIFICATION_ID_1, true)) { in testHeadsUpNotificationManualDismiss()
153 if (mHelper.checkNotificationExistence(NOTIFICATION_ID, true)) { in testBlockNotification()
229 public boolean checkNotificationExistence(int id, boolean exists) throws Exception { in checkNotificationExistence() method in NotificationHelper
187 if (checkNotificationExistence(NOTIFICATION_ID_2)) { in verifyInlineAndDimissNotification()252 private boolean checkNotificationExistence(int id) throws Exception { in checkNotificationExistence() method in SysUINotificationShadeTests