Searched refs:notification (Results 1 - 25 of 253) sorted by relevance

1234567891011

/frameworks/base/core/java/android/service/notification/
H A DIStatusBarNotificationHolder.aidl17 package android.service.notification;
19 import android.service.notification.StatusBarNotification;
H A DAdjustment.aidl17 package android.service.notification;
H A DCondition.aidl17 package android.service.notification;
H A DNotificationRankingUpdate.aidl17 package android.service.notification;
H A DSnoozeCriterion.aidl17 package android.service.notification;
H A DStatusBarNotification.aidl17 package android.service.notification;
H A DIConditionListener.aidl17 package android.service.notification;
20 import android.service.notification.Condition;
H A DZenModeConfig.aidl17 package android.service.notification;
H A DIConditionProvider.aidl17 package android.service.notification;
20 import android.service.notification.Condition;
H A DINotificationListener.aidl17 package android.service.notification;
22 import android.service.notification.IStatusBarNotificationHolder;
23 import android.service.notification.StatusBarNotification;
24 import android.service.notification.NotificationRankingUpdate;
H A DStatusBarNotification.java17 package android.service.notification;
30 * the status bar and any {@link android.service.notification.NotificationListenerService}s.
43 private final Notification notification; field in class:StatusBarNotification
51 String tag, int uid, int initialPid, Notification notification, UserHandle user,
54 if (notification == null) throw new NullPointerException();
62 this.notification = notification;
75 int initialPid, int score, Notification notification, UserHandle user,
78 if (notification == null) throw new NullPointerException();
86 this.notification
50 StatusBarNotification(String pkg, String opPkg, int id, String tag, int uid, int initialPid, Notification notification, UserHandle user, String overrideGroupKey, long postTime) argument
74 StatusBarNotification(String pkg, String opPkg, int id, String tag, int uid, int initialPid, int score, Notification notification, UserHandle user, long postTime) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAboveShelfChangedListener.java17 package com.android.systemui.statusbar.notification;
20 * A listener for when the above shelf state of notification changes
H A DInflationException.java17 package com.android.systemui.statusbar.notification;
H A DVisibilityLocationProvider.java17 package com.android.systemui.statusbar.notification;
H A DNotificationBigPictureTemplateViewWrapper.java17 package com.android.systemui.statusbar.notification;
23 import android.service.notification.StatusBarNotification;
29 * Wraps a notification containing a big picture template
44 private void updateImageTag(StatusBarNotification notification) { argument
45 final Bundle extras = notification.getNotification().extras;
H A DCustomInterpolatorTransformation.java17 package com.android.systemui.statusbar.notification;
28 import static com.android.systemui.statusbar.notification.TransformState.TRANSFORM_Y;
43 public boolean transformTo(TransformState ownState, TransformableView notification, argument
48 TransformState otherState = notification.getCurrentState(mViewType);
65 TransformableView notification, float transformationAmount) {
69 TransformState otherState = notification.getCurrentState(mViewType);
64 transformFrom(TransformState ownState, TransformableView notification, float transformationAmount) argument
H A DHybridGroupManager.java17 package com.android.systemui.statusbar.notification;
31 * A class managing hybrid groups that include {@link HybridNotificationView} and the notification
97 Notification notification) {
98 return bindFromNotificationWithStyle(reusableView, notification,
103 Notification notification) {
104 return bindFromNotificationWithStyle(reusableView, notification,
109 HybridNotificationView reusableView, Notification notification, int style) {
113 CharSequence titleText = resolveTitle(notification);
114 CharSequence contentText = resolveText(notification);
119 private CharSequence resolveText(Notification notification) { argument
96 bindFromNotification(HybridNotificationView reusableView, Notification notification) argument
102 bindAmbientFromNotification(HybridNotificationView reusableView, Notification notification) argument
108 bindFromNotificationWithStyle( HybridNotificationView reusableView, Notification notification, int style) argument
127 resolveTitle(Notification notification) argument
[all...]
H A DHybridNotificationView.java17 package com.android.systemui.statusbar.notification;
81 public boolean transformTo(TransformState ownState, TransformableView notification,
84 TransformState otherState = notification.getCurrentState(
96 TransformableView notification, float transformationAmount) {
98 TransformState otherState = notification.getCurrentState(
139 public void transformTo(TransformableView notification, Runnable endRunnable) { argument
140 mTransformationHelper.transformTo(notification, endRunnable);
144 public void transformTo(TransformableView notification, float transformationAmount) { argument
145 mTransformationHelper.transformTo(notification, transformationAmount);
149 public void transformFrom(TransformableView notification) { argument
154 transformFrom(TransformableView notification, float transformationAmount) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DTransformableView.java19 import com.android.systemui.statusbar.notification.TransformState;
43 * @param notification the view to transform to
45 void transformTo(TransformableView notification, Runnable endRunnable); argument
50 * @param notification the view to transform to
53 void transformTo(TransformableView notification, float transformationAmount); argument
58 * @param notification the view to transform from
60 void transformFrom(TransformableView notification); argument
65 * @param notification the view to transform from
68 void transformFrom(TransformableView notification, float transformationAmount); argument
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationSignalExtractor.java17 package com.android.server.notification;
24 * not be passed on to {@link android.service.notification.NotificationListenerService}s.
32 * Called once per notification that is posted or updated.
37 * update events to the {@link android.service.notification.NotificationListenerService}s.
39 public RankingReconsideration process(NotificationRecord notification); argument
H A DRankingHandler.java16 package com.android.server.notification;
H A DAlertRateLimiter.java17 package com.android.server.notification;
H A DNotificationManagerInternal.java17 package com.android.server.notification;
25 String tag, int id, Notification notification, int userId);
24 enqueueNotification(String pkg, String basePkg, int callingUid, int callingPid, String tag, int id, Notification notification, int userId) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompatBuilder.java252 Notification notification = mBuilder.build();
256 if (notification.getGroup() != null
257 && (notification.flags & FLAG_GROUP_SUMMARY) != 0
259 removeSoundAndVibration(notification);
262 if (notification.getGroup() != null
263 && (notification.flags & FLAG_GROUP_SUMMARY) == 0
265 removeSoundAndVibration(notification);
269 return notification;
272 Notification notification = mBuilder.build();
274 notification
373 removeSoundAndVibration(Notification notification) argument
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationTestHelper.java24 import android.service.notification.StatusBarNotification;
31 import com.android.systemui.statusbar.notification.AboveShelfChangedListener;
32 import com.android.systemui.statusbar.notification.AboveShelfObserver;
33 import com.android.systemui.statusbar.notification.InflationException;
34 import com.android.systemui.statusbar.notification.NotificationInflaterTest;
63 Notification notification = new Notification.Builder(mContext).setSmallIcon(
69 return createRow(notification);
72 public ExpandableNotificationRow createRow(Notification notification) throws Exception { argument
87 2000, notification, mUser, null, System.currentTimeMillis());

Completed in 374 milliseconds

1234567891011