/frameworks/base/core/java/com/android/internal/statusbar/ |
D | NotificationVisibility.java | 34 public int rank; field in NotificationVisibility 42 private NotificationVisibility(String key, int rank, boolean visibile) { in NotificationVisibility() argument 45 this.rank = rank; in NotificationVisibility() 53 + " rank=" + rank in toString() 60 return obtain(this.key, this.rank, this.visible); in clone() 87 out.writeInt(this.rank); in writeToParcel() 93 this.rank = in.readInt(); in readFromParcel() 101 public static NotificationVisibility obtain(String key, int rank, boolean visible) { in obtain() argument 104 vo.rank = rank; in obtain()
|
/frameworks/base/core/java/android/provider/ |
D | SearchIndexableResource.java | 52 public SearchIndexableResource(int rank, int xmlResId, String className, int iconResId) { in SearchIndexableResource() argument 54 this.rank = rank; in SearchIndexableResource()
|
D | SearchIndexableData.java | 54 public int rank; field in SearchIndexableData 153 sb.append(rank); in toString()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutParser.java | 121 int rank = 0; in parseShortcutsOneFile() local 190 rank++; in parseShortcutsOneFile() 207 service, attrs, packageName, activity, userId, rank); in parseShortcutsOneFile() 289 @UserIdInt int userId, int rank) { in parseShortcutAttributes() argument 323 rank, in parseShortcutAttributes() 334 int rank, int iconResId, boolean enabled) { in createShortcutFromManifest() argument 360 rank, in createShortcutFromManifest()
|
D | ShortcutPackage.java | 1113 int rank = 0; in adjustRanks() local 1127 final int thisRank = rank++; in adjustRanks() 1396 int rank; in parseShortcut() local 1420 rank = (int) ShortcutService.parseLongAttribute(parser, ATTR_RANK); in parseShortcut() 1481 rank, extras, lastChangedTimestamp, flags, in parseShortcut()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1167 private void populate(String key, int rank, boolean matchesInterruptionFilter, in populate() argument 1171 mRank = rank; in populate() 1246 int rank = getRank(key); 1247 outRanking.populate(key, rank, !isIntercepted(key), 1250 return rank >= 0; 1259 Integer rank = mRanks.get(key); in getRank() local 1260 return rank != null ? rank : -1; in getRank()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 1003 public Builder setRank(int rank) { in setRank() argument 1004 Preconditions.checkArgument((0 <= rank), in setRank() 1006 mRank = rank; in setRank() 1248 public void setRank(int rank) { in setRank() argument 1249 mRank = rank; in setRank() 1258 public void setImplicitRank(int rank) { in setImplicitRank() argument 1260 mImplicitRank = (mImplicitRank & RANK_CHANGED_BIT) | (rank & IMPLICIT_RANK_MASK); in setImplicitRank() 1847 Set<String> categories, Intent[] intentsWithExtras, int rank, PersistableBundle extras, in ShortcutInfo() argument 1867 mRank = rank; in ShortcutInfo()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodSubtypeSwitchingController.java | 333 final int rank = i; in dump() local 335 pw.println(prefix + "rank=" + rank + " item=" + item); in dump() 430 final int rank = mUsageHistoryOfSubtypeListItemIndex[i]; in dump() local 432 pw.println(prefix + "rank=" + rank + " item=" + item); in dump()
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 637 def rank(p): function 645 cr = rank(clazz.pkg.name) 649 ir = rank(f.typ) 654 ir = rank(m.typ) 658 ir = rank(arg)
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest3.java | 45 private ShortcutInfo shortcut(String id, ComponentName activity, int rank) { in shortcut() argument 46 return makeShortcutWithActivityAndRank(id, activity, rank); in shortcut()
|
D | BaseShortcutManagerTest.java | 1304 int rank) { in makeShortcutWithActivityAndRank() argument 1307 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), rank); in makeShortcutWithActivityAndRank() 1314 Icon icon, Intent intent, int rank) { in makeShortcut() argument 1318 .setRank(rank) in makeShortcut() 1343 Icon icon, Intent[] intents, int rank) { in makeShortcut() argument 1347 .setRank(rank) in makeShortcut()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 467 public void setVisibility(boolean visible, int rank) { in setVisibility() argument 475 rank); in setVisibility()
|
D | NotificationManagerService.java | 615 r.setVisibility(true, nv.rank); 625 r.setVisibility(false, nv.rank);
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 80 27531 notification_visibility (key|3),(visibile|1),(lifespan|1),(freshness|1),(exposure|1),(rank|1)
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | xml.jd | 88 <re:rank scheme="http://stackoverflow.com">0</re:rank>
|
/frameworks/rs/api/ |
D | rs_matrix.spec | 20 These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
|
/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 | 22 * These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_matrix.jd | 7 <p> These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
|
D | overview.jd | 1827 <p> These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0.jd | 331 notifications from the specified people, or rank notifications from these people
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 1135 …system that it should group together notifications from the specified people, or rank notifications
|
/frameworks/base/api/ |
D | system-current.txt | 35026 field public int rank; 35078 field public static final java.lang.String COLUMN_RANK = "rank";
|