Searched defs:rank (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSearchIndexableResource.java46 * @param rank the rank of the data.
52 public SearchIndexableResource(int rank, int xmlResId, String className, int iconResId) { argument
54 this.rank = rank;
H A DSearchIndexableData.java52 * The rank for the data. This is application specific.
54 public int rank; field in class:SearchIndexableData
152 sb.append("rank: ");
153 sb.append(rank);
/frameworks/base/core/java/com/android/internal/statusbar/
H A DNotificationVisibility.java34 public int rank; field in class:NotificationVisibility
42 private NotificationVisibility(String key, int rank, boolean visibile) { argument
45 this.rank = rank;
53 + " rank=" + rank
60 return obtain(this.key, this.rank, this.visible);
87 out.writeInt(this.rank);
93 this.rank = in.readInt();
101 public static NotificationVisibility obtain(String key, int rank, boolea argument
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java324 public void setVisibility(boolean visible, int rank) { argument
332 rank);
/frameworks/base/tools/apilint/
H A Dapilint.py631 def rank(p): function in function:verify_layering
639 cr = rank(clazz.pkg.name)
643 ir = rank(f.typ)
648 ir = rank(m.typ)
652 ir = rank(arg)
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java821 * Returns the rank of the notification.
823 * @return the rank of the notification, that is the 0-based index in
861 private void populate(String key, int rank, boolean isAmbient, argument
864 mRank = rank;
907 int rank = getRank(key);
908 outRanking.populate(key, rank, isAmbient(key), !isIntercepted(key),
910 return rank >= 0;
919 Integer rank = mRanks.get(key);
920 return rank != null ? rank
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1160 milliseconds