Home
last modified time | relevance | path

Searched refs:rank (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java129 Ranking rank = new Ranking(); in onNotificationRankingUpdate() local
133 rankingMap.getRanking(key, rank); in onNotificationRankingUpdate()
137 note.put(JSON_RANK, rank.getRank()); in onNotificationRankingUpdate()
138 note.put(JSON_AMBIENT, rank.isAmbient()); in onNotificationRankingUpdate()
139 note.put(JSON_MATCHES_ZEN_FILTER, rank.matchesInterruptionFilter()); in onNotificationRankingUpdate()
140 note.put(JSON_LAST_AUDIBLY_ALERTED, rank.getLastAudiblyAlertedMillis()); in onNotificationRankingUpdate()
/cts/tests/tests/provider/src/android/provider/cts/
DSearchIndexableResourceTest.java41 assertEquals(RANK, resource.rank); in testConstructor()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java394 protected ShortcutInfo makeShortcutWithRank(String id, int rank) { in makeShortcutWithRank() argument
397 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), rank); in makeShortcutWithRank()
443 Icon icon, Intent intent, int rank) { in makeShortcut() argument
446 .setRank(rank) in makeShortcut()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java6 import org.apache.commons.math.stat.descriptive.rank.Median;