Home
last modified time | relevance | path

Searched refs:ranking (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java259 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()
DBaseStatusBar.java2178 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/
DTvStatusBar.java47 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/
DRankingHelper.java428 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/
Dapilint.py622 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/
Dabout.jd66 left by other users, which are an important influence on your app’s ranking
143 their ranking yet.
/frameworks/base/docs/html/guide/practices/
Dindex.jd18 of fueling the impression-install-ranking cycle: improve the product!</p>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1511 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/
Doptimizing-your-app.jd45 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/
Dlollipop.jd105 …w metadata</strong> to notifications to collect associated contacts (for ranking), category, and p…
Dandroid-4.0-highlights.jd713 recent activity feedback as a new signal in ranking, such as for name
Dandroid-4.0.jd158 each phone number or e-mail address. This information helps improve the ranking for each contact
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd730 <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/
Dprocesses-and-threads.jd173 <p>In addition, a process's ranking might be increased because other processes are dependent on