Home
last modified time | relevance | path

Searched refs:checkNotificationExistence (Results 1 – 7 of 7) sorted by relevance

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationSecurityLargeTests.java69 if (!mHelper.checkNotificationExistence(NOTIFICATION_ID_SECRET, true)) { in testVisibilitySecret()
80 if (!mHelper.checkNotificationExistence(NOTIFICATION_ID_PUBLIC, true)) { in testVisibilityPrivate()
DNotificationBundlingTests.java96 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()
DNotificationSecurityTests.java63 if (mHelper.checkNotificationExistence(NOTIFICATION_ID_PUBLIC, false)) { in testVisibilityPublic()
DHeadsUpNotificationTests.java96 if (mHelper.checkNotificationExistence(NOTIFICATION_ID_1, true)) { in testHeadsUpNotificationManualDismiss()
DNotificationDNDTests.java153 if (mHelper.checkNotificationExistence(NOTIFICATION_ID, true)) { in testBlockNotification()
DNotificationHelper.java229 public boolean checkNotificationExistence(int id, boolean exists) throws Exception { in checkNotificationExistence() method in NotificationHelper
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java187 if (checkNotificationExistence(NOTIFICATION_ID_2)) { in verifyInlineAndDimissNotification()
252 private boolean checkNotificationExistence(int id) throws Exception { in checkNotificationExistence() method in SysUINotificationShadeTests