/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | CrossProfileNotificationListenerService.java | 34 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() 40 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() 57 private void sendBroadcastForNotification(StatusBarNotification sbn, String action) { in sendBroadcastForNotification()
|
/cts/tests/app/src/android/app/cts/ |
D | StatusBarNotificationTest.java | 99 StatusBarNotification sbn = in testIsClearable_notClearableOngoingEvent() local 120 StatusBarNotification sbn = in testIsGroup_notifGroup() local 132 StatusBarNotification sbn = in testIsGroup_sortKey() local 148 StatusBarNotification sbn = in testIsOngoing_ongoingEvent() local
|
D | NotificationManagerTest.java | 1330 StatusBarNotification sbn = findPostedNotification(notificationId); in testKeyChannelGroupOverrideImportanceExplanation_ranking() local 2381 StatusBarNotification sbn = findPostedNotification(notificationId); in testNotificationListener_cancelNotifications() local
|
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationAssistantServiceTest.java | 113 StatusBarNotification sbn = getFirstNotificationFromPackage(TestNotificationListener.PKG); in testOnNotificationEnqueued() local 147 StatusBarNotification sbn = getFirstNotificationFromPackage(TestNotificationListener.PKG); in testAdjustNotification_userSentimentKey() local 181 StatusBarNotification sbn = getFirstNotificationFromPackage(TestNotificationListener.PKG); in testAdjustNotification_importanceKey() local 219 StatusBarNotification sbn = getFirstNotificationFromPackage(TestNotificationListener.PKG); in testAdjustNotification_smartActionKey() local 265 StatusBarNotification sbn = getFirstNotificationFromPackage(TestNotificationListener.PKG); in testAdjustNotification_smartReplyKey() local 310 StatusBarNotification sbn = getFirstNotificationFromPackage( in testAdjustNotification_importanceKey_notAllowed() local 443 StatusBarNotification sbn = mNotificationListenerService.mPosted.poll(SLEEP_TIME, in getFirstNotificationFromPackage() local
|
D | TestNotificationListener.java | 78 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 87 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved()
|
D | TestNotificationAssistant.java | 75 public Adjustment onNotificationEnqueued(StatusBarNotification sbn) { in onNotificationEnqueued()
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | SecondaryNotificationListener.java | 75 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 81 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved()
|
D | TestNotificationListener.java | 76 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 83 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved()
|
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/ |
D | TestNotificationListener.java | 76 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 83 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved()
|
D | LegacyNotificationManager20Test.java | 110 StatusBarNotification sbn = findPostedNotification(notificationId); in testNotificationListener_cancelNotifications() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | TestNotificationListener.java | 76 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 83 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockListener.java | 149 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 171 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() 180 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved()
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | NotificationListener.java | 59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | MyNotificationListenerService.java | 41 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
|