Searched refs:mImportance (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DNotificationRankingUpdate.java31 private final int[] mImportance; field in class:NotificationRankingUpdate
42 mImportance = importance;
52 mImportance = new int[mKeys.length];
53 in.readIntArray(mImportance);
69 out.writeIntArray(mImportance);
102 return mImportance;
H A DAdjustment.java33 private final int mImportance; field in class:Adjustment
59 mImportance = importance;
77 mImportance = in.readInt();
109 return mImportance;
147 dest.writeInt(mImportance);
H A DNotificationListenerService.java1077 private @NotificationManager.Importance int mImportance; field in class:NotificationListenerService.Ranking
1146 return mImportance;
1176 mImportance = importance;
1220 private ArrayMap<String, Integer> mImportance; field in class:NotificationListenerService.RankingMap
1300 if (mImportance == null) {
1304 Integer importance = mImportance.get(key);
1367 mImportance = new ArrayMap<>(orderedKeys.length);
1370 mImportance.put(key, importance[i]);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java97 private int mImportance = IMPORTANCE_UNSPECIFIED; field in class:NotificationRecord
114 mImportance = defaultImportance();
275 pw.println(prefix + " mImportance="
276 + NotificationListenerService.Ranking.importanceToString(mImportance));
315 this.sbn.getTag(), this.mImportance, this.sbn.getKey(),
321 if (mImportance < IMPORTANCE_DEFAULT &&
378 mImportance = mUserImportance;
389 mImportance = importance;
396 return mImportance;
527 return mImportance
[all...]

Completed in 1096 milliseconds