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

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileNotificationListenerService.java 34 public void onNotificationPosted(StatusBarNotification sbn) {
35 Log.i(TAG, "onNotificationPosted(" + sbn + ")");
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyNotificationListenerService.java 41 public void onNotificationPosted(StatusBarNotification sbn) {
42 Log.d(TAG, "onNotificationPosted(): " + sbn);
  /cts/tests/app/app/src/android/app/stubs/
TestNotificationListener.java 76 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
TestNotificationListener.java 76 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
SecondaryNotificationListener.java 75 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
TestNotificationListener.java 76 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
TestNotificationListener.java 78 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 149 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java     [all...]

Completed in 118 milliseconds