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

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileNotificationListenerService.java 40 public void onNotificationRemoved(StatusBarNotification sbn) {
41 Log.i(TAG, "onNotificationRemoved(" + sbn + ")");
  /cts/tests/app/app/src/android/app/stubs/
TestNotificationListener.java 83 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
TestNotificationListener.java 83 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
SecondaryNotificationListener.java 81 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
TestNotificationListener.java 83 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
TestNotificationListener.java 87 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 171 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
180 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap,
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java     [all...]

Completed in 382 milliseconds