Searched refs:rank (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSearchIndexableResource.java44 * @param rank the rank of the data.
50 public SearchIndexableResource(int rank, int xmlResId, String className, int iconResId) { argument
52 this.rank = rank;
H A DSearchIndexableData.java50 * The rank for the data. This is application specific.
52 public int rank; field in class:SearchIndexableData
150 sb.append("rank: ");
151 sb.append(rank);
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java731 * Returns the rank of the notification.
733 * @return the rank of the notification, that is the 0-based index in
771 private void populate(String key, int rank, boolean isAmbient, argument
774 mRank = rank;
817 int rank = getRank(key);
818 outRanking.populate(key, rank, isAmbient(key), !isIntercepted(key),
820 return rank >= 0;
829 Integer rank = mRanks.get(key);
830 return rank != null ? rank
[all...]
/frameworks/base/tools/apilint/
H A Dapilint.py598 def rank(p): function in function:verify_layering
606 cr = rank(clazz.pkg.name)
610 ir = rank(f.typ)
615 ir = rank(m.typ)
619 ir = rank(arg)
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 145 milliseconds