/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationData.java | 259 public void add(Entry entry, RankingMap ranking) { in add() argument 264 updateRankingAndSort(ranking); in add() 267 public Entry remove(String key, RankingMap ranking) { in remove() argument 274 updateRankingAndSort(ranking); in remove() 278 public void updateRanking(RankingMap ranking) { in updateRanking() argument 279 updateRankingAndSort(ranking); in updateRanking() 332 private void updateRankingAndSort(RankingMap ranking) { in updateRankingAndSort() argument 333 if (ranking != null) { in updateRankingAndSort() 334 mRankingMap = ranking; in updateRankingAndSort()
|
D | BaseStatusBar.java | 2178 protected StatusBarNotification removeNotificationViews(String key, RankingMap ranking) { 2179 NotificationData.Entry entry = mNotificationData.remove(key, ranking); 2233 protected void addNotificationViews(Entry entry, RankingMap ranking) { 2238 mNotificationData.add(entry, ranking); 2376 RankingMap ranking, Entry oldEntry); 2377 protected abstract void updateNotificationRanking(RankingMap ranking); 2378 public abstract void removeNotification(String key, RankingMap ranking); 2380 public void updateNotification(StatusBarNotification notification, RankingMap ranking) { 2393 mNotificationData.updateRanking(ranking);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
D | TvStatusBar.java | 47 public void addNotification(StatusBarNotification notification, RankingMap ranking, in addNotification() argument 52 protected void updateNotificationRanking(RankingMap ranking) { in updateNotificationRanking() argument 56 public void removeNotification(String key, RankingMap ranking) { in removeNotification() argument
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingHelper.java | 428 JSONObject ranking = new JSONObject(); in dumpJson() local 431 ranking.put("noUid", mRestoredWithoutUids.size()); in dumpJson() 459 ranking.put("records", records); in dumpJson() 463 return ranking; in dumpJson()
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 622 ranking = [ 638 for i in range(len(ranking)): 639 if isinstance(ranking[i], list): 640 for j in ranking[i]: 643 if p.startswith(ranking[i]): return i
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | about.jd | 66 left by other users, which are an important influence on your app’s ranking 143 their ranking yet.
|
/frameworks/base/docs/html/guide/practices/ |
D | index.jd | 18 of fueling the impression-install-ranking cycle: improve the product!</p>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 1511 public void addNotification(StatusBarNotification notification, RankingMap ranking, in addNotification() argument 1515 mNotificationData.updateRanking(ranking); in addNotification() 1556 addNotificationViews(shadeEntry, ranking); in addNotification() 1574 protected void updateNotificationRanking(RankingMap ranking) { in updateNotificationRanking() argument 1575 mNotificationData.updateRanking(ranking); in updateNotificationRanking() 1580 public void removeNotification(String key, RankingMap ranking) { in removeNotification() argument 1633 mLatestRankingMap = ranking; in removeNotification() 1641 mLatestRankingMap = ranking; in removeNotification() 1650 handleGroupSummaryRemoved(key, ranking); in removeNotification() 1651 StatusBarNotification old = removeNotificationViews(key, ranking); in removeNotification() [all …]
|
/frameworks/base/docs/html/distribute/essentials/ |
D | optimizing-your-app.jd | 45 can be hard and recovering costly. On the other hand, maintaining the ranking 47 practice that also fuels the impression-install-ranking cycle.
|
/frameworks/base/docs/html/about/versions/ |
D | lollipop.jd | 105 …w metadata</strong> to notifications to collect associated contacts (for ranking), category, and p…
|
D | android-4.0-highlights.jd | 713 recent activity feedback as a new signal in ranking, such as for name
|
D | android-4.0.jd | 158 each phone number or e-mail address. This information helps improve the ranking for each contact
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-custom-suggestions.jd | 730 <h3 id="AboutRanking">About Quick Search Box suggestion ranking</h3> 733 Search Box ranking determines how the suggestions are surfaced to the user for a particular query.
|
/frameworks/base/docs/html/guide/components/ |
D | processes-and-threads.jd | 173 <p>In addition, a process's ranking might be increased because other processes are dependent on
|