Home
last modified time | relevance | path

Searched defs:checkNotificationExistence (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java96 public boolean checkNotificationExistence(List<Integer> ids, NotificationManager manager) in checkNotificationExistence() method in NotificationHelper
112 public boolean checkNotificationExistence(int id, NotificationManager manager) in checkNotificationExistence() method in NotificationHelper
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java203 public boolean checkNotificationExistence(int id, boolean exists) throws Exception { in checkNotificationExistence() method in NotificationHelper