Home
last modified time | relevance | path

Searched defs:rank (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java138 Ranking rank = new Ranking(); in onNotificationRankingUpdate() local
DNotificationListenerVerifierActivity.java539 NotificationListenerService.Ranking rank = in test() local
543 MockListener.getInstance().getCurrentRanking().getRanking(sbn.getKey(), rank); in test() local
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java398 protected ShortcutInfo makeShortcutWithRank(String id, int rank) { in makeShortcutWithRank()
484 Icon icon, Intent intent, int rank, LocusId locusId, boolean longLived) { in makeShortcut()