OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rankingMap
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java
126
public void onNotificationRankingUpdate(
RankingMap
rankingMap
) {
127
String[] orderedKeys =
rankingMap
.getOrderedKeys();
133
rankingMap
.getRanking(key, rank);
149
public void onNotificationPosted(StatusBarNotification sbn,
RankingMap
rankingMap
) {
167
onNotificationRankingUpdate(
rankingMap
);
171
public void onNotificationRemoved(StatusBarNotification sbn,
RankingMap
rankingMap
) {
176
onNotificationRankingUpdate(
rankingMap
);
[
all
...]
/cts/tests/app/src/android/app/cts/
NotificationManagerTest.java
[
all
...]
Completed in 76 milliseconds