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

  /packages/apps/Car/Stream/src/com/android/car/stream/notifications/
StreamNotificationListenerService.java 29 public void onNotificationPosted(StatusBarNotification sbn) {
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
GroupHelperTest.java 81 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
96 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
99 mGroupHelper.onNotificationPosted(
112 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
115 mGroupHelper.onNotificationPosted(
128 mGroupHelper.onNotificationPosted(
131 mGroupHelper.onNotificationPosted(
146 mGroupHelper.onNotificationPosted(
162 mGroupHelper.onNotificationPosted(sbn, false);
189 mGroupHelper.onNotificationPosted(sbn, false)
    [all...]
NotificationManagerServiceTest.java     [all...]
  /frameworks/base/core/java/android/service/notification/
INotificationListener.aidl 31 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder,
NotificationListenerService.java 303 public void onNotificationPosted(StatusBarNotification sbn) {
316 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
317 onNotificationPosted(sbn);
331 * {@link #onNotificationPosted(StatusBarNotification)}, will be intact.
352 * {@link #onNotificationPosted(StatusBarNotification)}, will be intact.
377 * {@link #onNotificationPosted(StatusBarNotification)}, will be intact.
602 * expires, you will get a {@link #onNotificationPosted(StatusBarNotification, RankingMap)}
629 * {@link #onNotificationPosted(StatusBarNotification, RankingMap)} callback for the
738 * Sets the notification trim that will be received via {@link #onNotificationPosted}.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationListenerWithPlugins.java 80 * Called when listener receives a onNotificationPosted.
86 if (plugin.onNotificationPosted(sbn, rankingMap)) {
138 onNotificationPosted(sbn, getRankingMap());
StatusBar.java     [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileNotificationListenerService.java 34 public void onNotificationPosted(StatusBarNotification sbn) {
35 Log.i(TAG, "onNotificationPosted(" + sbn + ")");
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
NotificationListenerController.java 33 default boolean onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationListener.java 110 sNotificationsChangedListener.onNotificationPosted(msg.packageUserKey,
201 public void onNotificationPosted(final StatusBarNotification sbn) {
202 super.onNotificationPosted(sbn);
286 void onNotificationPosted(PackageUserKey postedPackageUserKey,
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
StatusBarNotificationListener.java 40 public void onNotificationPosted(StatusBarNotification 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);
  /frameworks/base/services/core/java/com/android/server/notification/
GroupHelper.java 48 public void onNotificationPosted(StatusBarNotification sbn, boolean autogroupSummaryExists) {
NotificationManagerService.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 145 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 70 public void onNotificationPosted(PackageUserKey postedPackageUserKey,
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 284 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
285 Log.w(TAG, "onNotificationPosted: " + sbn.getKey());
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 102 public void onNotificationPosted(StatusBarNotification sbn, RankingMap ranking) {
103 logd("onNotificationPosted: %s, with update for %d", sbn.getNotification(),
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 2797 milliseconds