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

1 2

  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
GroupHelperTest.java 83 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
98 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
101 mGroupHelper.onNotificationPosted(
114 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
117 mGroupHelper.onNotificationPosted(
130 mGroupHelper.onNotificationPosted(
133 mGroupHelper.onNotificationPosted(
148 mGroupHelper.onNotificationPosted(
164 mGroupHelper.onNotificationPosted(sbn, false);
191 mGroupHelper.onNotificationPosted(sbn, false)
    [all...]
NotificationManagerServiceTest.java     [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationListenerTest.java 83 mListener.onNotificationPosted(mSbn, mRanking);
90 mListener.onNotificationPosted(mSbn, mRanking);
98 mListener.onNotificationPosted(mSbn, mRanking);
  /frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
AssistantTest.java 155 mAssistant.onNotificationPosted(sbn, mock(RankingMap.class));
169 mAssistant.onNotificationPosted(sbn, mock(RankingMap.class));
181 mAssistant.onNotificationPosted(sbn, mock(RankingMap.class));
197 mAssistant.onNotificationPosted(sbn, mock(RankingMap.class));
211 mAssistant.onNotificationPosted(sbn, mock(RankingMap.class));
216 mAssistant.onNotificationPosted(sbn, mock(RankingMap.class));
235 mAssistant.onNotificationPosted(sbn, mock(RankingMap.class));
240 mAssistant.onNotificationPosted(sbn, mock(RankingMap.class));
254 mAssistant.onNotificationPosted(sbn, mock(RankingMap.class));
259 mAssistant.onNotificationPosted(sbn, mock(RankingMap.class))
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationListener.java 120 sNotificationsChangedListener.onNotificationPosted(msg.packageUserKey,
222 public void onNotificationPosted(final StatusBarNotification sbn) {
223 super.onNotificationPosted(sbn);
231 sStatusBarNotificationsChangedListener.onNotificationPosted(sbn);
388 void onNotificationPosted(PackageUserKey postedPackageUserKey,
396 void onNotificationPosted(StatusBarNotification sbn);
  /frameworks/base/core/java/android/service/notification/
INotificationListener.aidl 32 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder,
NotificationListenerService.java 324 public void onNotificationPosted(StatusBarNotification sbn) {
337 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
338 onNotificationPosted(sbn);
352 * {@link #onNotificationPosted(StatusBarNotification)}, will be intact.
373 * {@link #onNotificationPosted(StatusBarNotification)}, will be intact.
398 * {@link #onNotificationPosted(StatusBarNotification)}, will be intact.
635 * expires, you will get a {@link #onNotificationPosted(StatusBarNotification, RankingMap)}
662 * {@link #onNotificationPosted(StatusBarNotification, RankingMap)} callback for the
    [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());
  /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/tests/app/app/src/android/app/stubs/
MockNotificationListener.java 76 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /cts/tests/tests/notificationlegacy/src/android/app/notification/legacy/cts/
MockNotificationListener.java 76 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
NotificationListenerController.java 33 default boolean onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /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/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationListener.java 71 public void onNotificationPosted(final StatusBarNotification sbn,
73 if (DEBUG) 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...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestNotificationService.java 104 public void onNotificationPosted(StatusBarNotification sbn) {
  /frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Assistant.java 194 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
271 onNotificationPosted(sbn);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 147 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 73 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 

Completed in 515 milliseconds

1 2