HomeSort by relevance Sort by last modified time
    Searched defs:checkNotificationExistence (Results 1 - 3 of 3) sorted by null

  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
NotificationHelper.java 95 public boolean checkNotificationExistence(List<Integer> ids, NotificationManager manager)
99 result = result && checkNotificationExistence(id, manager);
111 public boolean checkNotificationExistence(int id, NotificationManager manager)
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 201 public boolean checkNotificationExistence(int id, boolean exists) throws Exception {
217 Log.i(LOG_TAG, "checkNotificationExistence..." + isFound);
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 535 if (!checkNotificationExistence(id, /*shouldExist=*/ false)) {
561 if (!checkNotificationExistence(id, /*shouldExist=*/ false)) {
571 if (!checkNotificationExistence(id, /*shouldExist=*/ false)) {
592 if (!checkNotificationExistence(id, /*shouldExist=*/ false)) {
613 if (!checkNotificationExistence(id, /*shouldExist=*/ true)) {
622 checkNotificationExistence(id, false);
647 if (!checkNotificationExistence(id, /*shouldExist=*/ true)) {
671 if (!checkNotificationExistence(id, /*shouldExist=*/ true)) {
697 if (!checkNotificationExistence(id, /*shouldExist=*/ true)) {
    [all...]

Completed in 262 milliseconds