HomeSort by relevance Sort by last modified time
    Searched full:notificationrecord (Results 1 - 19 of 19) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/notification/
RankingHelperTest.java 38 private NotificationRecord mRecordGroupGSortA;
39 private NotificationRecord mRecordGroupGSortB;
40 private NotificationRecord mRecordNoGroup;
41 private NotificationRecord mRecordNoGroup2;
42 private NotificationRecord mRecordNoGroupSortA;
59 mRecordGroupGSortA = new NotificationRecord(getContext(), new StatusBarNotification(
68 mRecordGroupGSortB = new NotificationRecord(getContext(), new StatusBarNotification(
75 mRecordNoGroup = new NotificationRecord(getContext(), new StatusBarNotification(
82 mRecordNoGroup2 = new NotificationRecord(getContext(), new StatusBarNotification(
90 mRecordNoGroupSortA = new NotificationRecord(getContext(), new StatusBarNotification
    [all...]
BuzzBeepBlinkTest.java 85 private NotificationRecord getNoisyOtherNotification() {
90 private NotificationRecord getBeepyNotification() {
95 private NotificationRecord getBeepyOnceNotification() {
100 private NotificationRecord getQuietNotification() {
105 private NotificationRecord getQuietOtherNotification() {
110 private NotificationRecord getQuietOnceNotification() {
115 private NotificationRecord getInsistentBeepyNotification() {
120 private NotificationRecord getBuzzyNotification() {
125 private NotificationRecord getBuzzyOnceNotification() {
130 private NotificationRecord getInsistentBuzzyNotification()
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
GlobalSortKeyComparator.java 23 public class GlobalSortKeyComparator implements Comparator<NotificationRecord> {
25 public int compare(NotificationRecord left, NotificationRecord right) {
NotificationComparator.java 24 implements Comparator<NotificationRecord> {
27 public int compare(NotificationRecord left, NotificationRecord right) {
ZenModeFiltering.java 95 private static Bundle extras(NotificationRecord record) {
100 public boolean shouldIntercept(int zen, ZenModeConfig config, NotificationRecord record) {
166 private static boolean shouldInterceptAudience(int source, NotificationRecord record) {
174 private static boolean isSystem(NotificationRecord record) {
178 private static boolean isAlarm(NotificationRecord record) {
184 private static boolean isEvent(NotificationRecord record) {
188 private static boolean isReminder(NotificationRecord record) {
192 public boolean isCall(NotificationRecord record) {
209 private boolean isDefaultMessagingApp(NotificationRecord record) {
217 private boolean isMessage(NotificationRecord record)
    [all...]
NotificationSignalExtractor.java 23 * on the {@link NotificationRecord} object. These annotations will
39 public RankingReconsideration process(NotificationRecord notification);
NotificationIntrusivenessExtractor.java 41 public RankingReconsideration process(NotificationRecord record) {
65 public void applyChangesLocked(NotificationRecord record) {
RankingReconsideration.java 87 * {@link NotificationRecord}.
96 public abstract void applyChangesLocked(NotificationRecord record);
ImportanceExtractor.java 34 public RankingReconsideration process(NotificationRecord record) {
PriorityExtractor.java 34 public RankingReconsideration process(NotificationRecord record) {
VisibilityExtractor.java 34 public RankingReconsideration process(NotificationRecord record) {
RankingHelper.java 70 private final ArrayMap<String, NotificationRecord> mProxyByGroupTmp = new ArrayMap<>();
113 public void extractSignals(NotificationRecord r) {
236 public void sort(ArrayList<NotificationRecord> notificationList) {
249 final NotificationRecord record = notificationList.get(i);
260 final NotificationRecord record = notificationList.get(i);
261 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey());
294 public int indexOf(ArrayList<NotificationRecord> notificationList, NotificationRecord target) {
NotificationUsageStats.java 130 public synchronized void registerPostedByApp(NotificationRecord notification) {
149 public synchronized void registerUpdatedByApp(NotificationRecord notification,
150 NotificationRecord old) {
167 public synchronized void registerRemovedByApp(NotificationRecord notification) {
182 public synchronized void registerDismissedByUser(NotificationRecord notification) {
194 public synchronized void registerClickedByUser(NotificationRecord notification) {
203 public synchronized void registerPeopleAffinity(NotificationRecord notification, boolean valid,
222 public synchronized void registerBlocked(NotificationRecord notification) {
230 public synchronized void registerSuspendedByAdmin(NotificationRecord notification) {
253 private AggregatedStats[] getAggregatedStatsLocked(NotificationRecord record)
    [all...]
NotificationManagerService.java 270 final ArrayList<NotificationRecord> mNotificationList =
271 new ArrayList<NotificationRecord>();
272 final ArrayMap<String, NotificationRecord> mNotificationsByKey =
273 new ArrayMap<String, NotificationRecord>();
276 final ArrayMap<String, NotificationRecord> mSummaryByGroupKey = new ArrayMap<>();
524 NotificationRecord r = mNotificationsByKey.get(key);
545 NotificationRecord r = mNotificationsByKey.get(key);
610 NotificationRecord r = mNotificationsByKey.get(nv.key);
620 NotificationRecord r = mNotificationsByKey.get(nv.key);
632 NotificationRecord r = mNotificationsByKey.get(key)
    [all...]
ZenLog.java 67 public static void traceIntercepted(NotificationRecord record, String reason) {
72 public static void traceNotIntercepted(NotificationRecord record, String reason) {
126 public static void traceDisableEffects(NotificationRecord record, String reason) {
NotificationRecord.java 57 public final class NotificationRecord {
58 static final String TAG = "NotificationRecord";
105 public NotificationRecord(Context context, StatusBarNotification sbn)
170 public void copyRankingInformation(NotificationRecord previous) {
312 "NotificationRecord(0x%08x: pkg=%s user=%s id=%d tag=%s importance=%d key=%s: %s)",
ValidateNotificationPeople.java 118 public RankingReconsideration process(NotificationRecord record) {
206 final NotificationRecord record) {
430 private NotificationRecord mRecord;
485 public void applyChangesLocked(NotificationRecord operand) {
495 public void setRecord(NotificationRecord record) {
ZenModeHelper.java 148 public boolean isCall(NotificationRecord record) {
152 public boolean shouldIntercept(NotificationRecord record) {
    [all...]
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationDNDTests.java 37 import com.android.server.notification.NotificationRecord;
101 NotificationRecord nr = new NotificationRecord(mContext,
129 NotificationRecord nr = new NotificationRecord(mContext,

Completed in 451 milliseconds