Home
last modified time | relevance | path

Searched refs:Ranking (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java20 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGAT…
21 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTR…
22 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_POSIT…
48 import android.service.notification.NotificationListenerService.Ranking;
101 Ranking ranking = new Ranking(); in testRanking()
150 Ranking ranking = generateUpdate().getRankingMap().getRawRankingObject(mKeys[0]); in testRanking_parcel()
154 Ranking ranking1 = new Ranking(parcel); in testRanking_parcel()
166 Ranking tweak = nru2.getRankingMap().getRawRankingObject(mKeys[0]); in testRankingUpdate_equals()
240 Ranking[] rankings = new Ranking[mKeys.length]; in generateUpdate()
243 Ranking ranking = new Ranking(); in generateUpdate()
[all …]
DNotificationRecordTest.java23 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGAT…
24 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTR…
25 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_POSIT…
DNotificationManagerServiceTest.java49 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGAT…
50 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTR…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java23 import android.service.notification.NotificationListenerService.Ranking;
65 private final Ranking mTmpRanking = new Ranking();
74 private final Ranking mRankingA = new Ranking();
75 private final Ranking mRankingB = new Ranking();
319 return Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
403 protected boolean getRanking(String key, Ranking outRanking) { in getRanking()
DNotificationEntry.java105 public int userSentiment = NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
182 @Nullable NotificationListenerService.Ranking ranking) { in NotificationEntry()
190 public void populateFromRanking(@NonNull NotificationListenerService.Ranking ranking) { in populateFromRanking()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java175 NotificationListenerService.Ranking ranking = (NotificationListenerService.Ranking) in setUserSentiment()
187 }).when(mRankingMap).getRanking(eq(key), any(NotificationListenerService.Ranking.class)); in setUserSentiment()
192 NotificationListenerService.Ranking ranking = (NotificationListenerService.Ranking) in setSmartActions()
203 NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL, false, -1, in setSmartActions()
206 }).when(mRankingMap).getRanking(eq(key), any(NotificationListenerService.Ranking.class)); in setSmartActions()
259 setUserSentiment(mEntry.key, NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL); in setUp()
296 NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL); in testAddNotification()
306 setUserSentiment(mEntry.key, NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE); in testUpdateNotification()
321 NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE); in testUpdateNotification()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1467 public static class Ranking { class in NotificationListenerService
1521 public Ranking() { } in Ranking() method in NotificationListenerService.Ranking
1554 public Ranking(Parcel in) { in Ranking() method in NotificationListenerService.Ranking
1818 public void populate(Ranking other) {
1869 Ranking other = (Ranking) o;
1906 private ArrayMap<String, Ranking> mRankings = new ArrayMap<>();
1911 public RankingMap(Ranking[] rankings) {
1927 final Ranking r = new Ranking(in);
1989 public boolean getRanking(String key, Ranking outRanking) {
2004 public Ranking getRawRankingObject(String key) {
DNotificationRankingUpdate.java27 public NotificationRankingUpdate(NotificationListenerService.Ranking[] rankings) { in NotificationRankingUpdate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java20 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGAT…
21 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTR…
22 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_POSIT…
DNotificationGutsManagerTest.java23 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGAT…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java390 NotificationListenerService.Ranking ranking = new NotificationListenerService.Ranking(); in addNotificationInternal()
513 NotificationListenerService.Ranking tmpRanking = new NotificationListenerService.Ranking(); in updateRankingOfPendingNotifications()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java58 import android.service.notification.NotificationListenerService.Ranking;
321 Ranking ranking = mock(Ranking.class); in testCreateNotificationDataEntry_RankingUpdate()
335 when(ranking.getUserSentiment()).thenReturn(Ranking.USER_SENTIMENT_NEGATIVE); in testCreateNotificationDataEntry_RankingUpdate()
347 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, entry.userSentiment); in testCreateNotificationDataEntry_RankingUpdate()
631 protected boolean getRanking(String key, Ranking outRanking) { in getRanking()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java19 import static android.service.notification.NotificationListenerService.Ranking
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java24 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTR…
25 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_POSIT…
544 + NotificationListenerService.Ranking.importanceToString(mSystemImportance)); in dump()
546 + NotificationListenerService.Ranking.importanceToString(mAssistantImportance)); in dump()
548 + NotificationListenerService.Ranking.importanceToString(mImportance)); in dump()
DPreferencesHelper.java733 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in createNotificationChannel()
770 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in updateNotificationChannel()
1475 pw.print(NotificationListenerService.Ranking.importanceToString(r.importance)); in dumpPackagePreferencesLocked()
1564 NotificationListenerService.Ranking.importanceToString( in dumpJson()
DNotificationManagerService.java7490 final ArrayList<NotificationListenerService.Ranking> rankings = new ArrayList<>();
7498 final NotificationListenerService.Ranking ranking =
7499 new NotificationListenerService.Ranking();
7526 rankings.toArray(new NotificationListenerService.Ranking[0]));
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java122 private NotificationListenerService.Ranking mTmpRanking;
233 mTmpRanking = new NotificationListenerService.Ranking(); in notificationRankingUpdated()
/frameworks/base/non-updatable-api/
Dsystem-removed.txt187 public static class NotificationListenerService.Ranking {
Dcurrent.txt41987 public static class NotificationListenerService.Ranking {
41988 ctor public NotificationListenerService.Ranking();
42013 …ublic boolean getRanking(String, android.service.notification.NotificationListenerService.Ranking);
/frameworks/base/api/
Dsystem-removed.txt187 public static class NotificationListenerService.Ranking {
/frameworks/base/core/java/android/app/
DNotificationChannel.java875 NotificationListenerService.Ranking.importanceToString(getImportance())); in toJson()
/frameworks/base/config/
Dboot-image-profile.txt13234 HSPLandroid/service/notification/NotificationListenerService$Ranking;-><init>()V
13235 HSPLandroid/service/notification/NotificationListenerService$Ranking;->getChannel()Landroid/app/Not…
13236 HSPLandroid/service/notification/NotificationListenerService$Ranking;->getImportance()I
13237 HPLandroid/service/notification/NotificationListenerService$Ranking;->importanceToString(I)Ljava/la…
13238 HSPLandroid/service/notification/NotificationListenerService$Ranking;->populate(Ljava/lang/String;I…
13261 …->getRanking(Ljava/lang/String;Landroid/service/notification/NotificationListenerService$Ranking;)Z
35751 Landroid/service/notification/NotificationListenerService$Ranking;
42426 HSPLandroid/service/notification/NotificationListenerService$Ranking;->canBubble()Z
42427 HSPLandroid/service/notification/NotificationListenerService$Ranking;->canShowBadge()Z
42428 HSPLandroid/service/notification/NotificationListenerService$Ranking;->getKey()Ljava/lang/String;
[all …]
Dpreloaded-classes3190 android.service.notification.NotificationListenerService$Ranking
Dhiddenapi-greylist-max-o.txt63586 Landroid/service/notification/NotificationListenerService$Ranking;->importanceToString(I)Ljava/lang…
63587 Landroid/service/notification/NotificationListenerService$Ranking;->mChannel:Landroid/app/Notificat…
63588 Landroid/service/notification/NotificationListenerService$Ranking;->mHidden:Z
63589 Landroid/service/notification/NotificationListenerService$Ranking;->mImportance:I
63590 Landroid/service/notification/NotificationListenerService$Ranking;->mImportanceExplanation:Ljava/la…
63591 Landroid/service/notification/NotificationListenerService$Ranking;->mIsAmbient:Z
63592 Landroid/service/notification/NotificationListenerService$Ranking;->mKey:Ljava/lang/String;
63593 Landroid/service/notification/NotificationListenerService$Ranking;->mMatchesInterruptionFilter:Z
63594 Landroid/service/notification/NotificationListenerService$Ranking;->mOverrideGroupKey:Ljava/lang/St…
63595 Landroid/service/notification/NotificationListenerService$Ranking;->mOverridePeople:Ljava/util/Arra…
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27070 public static class NotificationListenerService.Ranking {
27071 ctor public NotificationListenerService.Ranking();
27081 …ean getRanking(java.lang.String, android.service.notification.NotificationListenerService.Ranking);

12