Searched refs:rank (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | SearchIndexableResource.java | 50 public SearchIndexableResource(int rank, int xmlResId, String className, int iconResId) { in SearchIndexableResource() argument 52 this.rank = rank; in SearchIndexableResource()
|
D | SearchIndexableData.java | 52 public int rank; field in SearchIndexableData 151 sb.append(rank); in toString()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 771 private void populate(String key, int rank, boolean isAmbient, in populate() argument 774 mRank = rank; in populate() 817 int rank = getRank(key); in getRanking() local 818 outRanking.populate(key, rank, isAmbient(key), !isIntercepted(key), in getRanking() 820 return rank >= 0; in getRanking() 829 Integer rank = mRanks.get(key); in getRank() local 830 return rank != null ? rank : -1; in getRank() 838 int rank = getRank(key); in isAmbient() local 839 return rank >= 0 && rank >= firstAmbientIndex; in isAmbient()
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 598 def rank(p): function 606 cr = rank(clazz.pkg.name) 610 ir = rank(f.typ) 615 ir = rank(m.typ) 619 ir = rank(arg)
|
/frameworks/base/docs/html/google/play-services/ |
D | games.jd | 43 <p>Let players compare scores with friends using leaderboards and see how they rank
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | xml.jd | 88 <re:rank scheme="http://stackoverflow.com">0</re:rank>
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 126 …lytics information to understand the reading patterns of its users and to rank the most popular st…
|
/frameworks/rs/scriptc/ |
D | rs_matrix.rsh | 20 * These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 826 …system that it should group together notifications from the specified people, or rank notifications
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0.jd | 332 notifications from the specified people, or rank notifications from these people
|