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

1 2

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileNotificationListenerService.java 40 public void onNotificationRemoved(StatusBarNotification sbn) {
41 Log.i(TAG, "onNotificationRemoved(" + sbn + ")");
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
NotificationListenerController.java 36 default boolean onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationListener.java 110 public void onNotificationRemoved(StatusBarNotification sbn,
112 if (DEBUG) Log.d(TAG, "onNotificationRemoved: " + sbn);
NotificationMediaManager.java 92 public void onNotificationRemoved(String key) {
NotificationEntryManager.java 489 mMediaManager.onNotificationRemoved(key);
572 mCallback.onNotificationRemoved(key, old);
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
MockNotificationListener.java 82 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/tests/tests/notificationlegacy/src/android/app/notification/legacy/cts/
MockNotificationListener.java 82 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
  /frameworks/base/core/java/android/service/notification/
NotificationAssistantService.java 112 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap,
114 onNotificationRemoved(sbn, rankingMap, reason);
NotificationListenerService.java 358 public void onNotificationRemoved(StatusBarNotification sbn) {
382 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
383 onNotificationRemoved(sbn);
407 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap,
409 onNotificationRemoved(sbn, rankingMap);
414 * {@link #onNotificationRemoved(StatusBarNotification, RankingMap, int)}.
419 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap,
421 onNotificationRemoved(sbn, rankingMap, reason);
525 * and you will get an {@link #onNotificationRemoved(StatusBarNotification)} callback.
564 * and you will get an {@link #onNotificationRemoved(StatusBarNotification)} callback
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationListenerWithPlugins.java 94 * Called when listener receives a onNotificationRemoved.
100 if (plugin.onNotificationRemoved(sbn, rankingMap)) {
143 onNotificationRemoved(sbn, getRankingMap());
StatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationListenerTest.java 105 mListener.onNotificationRemoved(mSbn, mRanking);
  /frameworks/base/services/core/java/com/android/server/notification/
GroupHelper.java 90 public void onNotificationRemoved(StatusBarNotification sbn) {
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestNotificationService.java 116 public void onNotificationRemoved(StatusBarNotification sbn) {
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 100 public void onNotificationRemoved(PackageUserKey removedPackageUserKey,
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 291 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
292 Log.w(TAG, "onNotificationRemoved: " + sbn.getKey());
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationListener.java 128 sNotificationsChangedListener.onNotificationRemoved(pair.first, pair.second);
251 public void onNotificationRemoved(final StatusBarNotification sbn) {
252 super.onNotificationRemoved(sbn);
263 sStatusBarNotificationsChangedListener.onNotificationRemoved(sbn);
390 void onNotificationRemoved(PackageUserKey removedPackageUserKey,
397 void onNotificationRemoved(StatusBarNotification sbn);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 169 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
178 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap,
  /frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Assistant.java 216 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap,
  /frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
AssistantTest.java 160 mAssistant.onNotificationRemoved(
212 mAssistant.onNotificationRemoved(
236 mAssistant.onNotificationRemoved(
255 mAssistant.onNotificationRemoved(
274 mAssistant.onNotificationRemoved(
293 mAssistant.onNotificationRemoved(
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 1132 milliseconds

1 2