OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RankingMap
(Results
1 - 10
of
10
) sorted by null
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java
31
import android.service.notification.NotificationListenerService.
RankingMap
;
93
private
RankingMap
mRankingMap;
97
final
RankingMap
mRankingMap;
99
public Delta(StatusBarNotification sbn,
RankingMap
rankingMap
) {
101
mRankingMap =
rankingMap
;
277
public void onNotificationRankingUpdate(
RankingMap
rankingMap
) {
280
new Delta(null,
rankingMap
)).sendToTarget();
284
public void onNotificationPosted(StatusBarNotification sbn,
RankingMap
rankingMap)
[
all
...]
/frameworks/base/core/java/android/service/notification/
NotificationListenerService.java
266
private
RankingMap
mRankingMap;
313
* @param
rankingMap
The current ranking map that can be used to retrieve ranking information
316
public void onNotificationPosted(StatusBarNotification sbn,
RankingMap
rankingMap
) {
357
* @param
rankingMap
The current ranking map that can be used to retrieve ranking information
361
public void onNotificationRemoved(StatusBarNotification sbn,
RankingMap
rankingMap
) {
382
* @param
rankingMap
The current ranking map that can be used to retrieve ranking information
386
public void onNotificationRemoved(StatusBarNotification sbn,
RankingMap
rankingMap
,
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java
33
import android.service.notification.NotificationListenerService.
RankingMap
;
259
private
RankingMap
mRankingMap;
280
//
RankingMap
as received from NoMan
353
public Entry remove(String key,
RankingMap
ranking) {
364
public void updateRanking(
RankingMap
ranking) {
434
private void updateRankingAndSort(
RankingMap
ranking) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java
244
public void onNotificationRankingUpdate(
RankingMap
rankingMap
) {
245
String[] orderedKeys =
rankingMap
.getOrderedKeys();
251
rankingMap
.getRanking(key, rank);
266
public void onNotificationPosted(StatusBarNotification sbn,
RankingMap
rankingMap
) {
284
onNotificationRankingUpdate(
rankingMap
);
288
public void onNotificationRemoved(StatusBarNotification sbn,
RankingMap
rankingMap
) {
293
onNotificationRankingUpdate(
rankingMap
);
[
all
...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationDataTest.java
75
mNotificationData.updateRanking(mock(NotificationListenerService.
RankingMap
.class));
/packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java
40
import android.service.notification.NotificationListenerService.
RankingMap
;
91
private
RankingMap
mRanking;
102
public void onNotificationPosted(StatusBarNotification sbn,
RankingMap
ranking) {
110
public void onNotificationRemoved(StatusBarNotification notification,
RankingMap
ranking) {
118
public void onNotificationRankingUpdate(
RankingMap
ranking) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java
103
import android.service.notification.NotificationListenerService.
RankingMap
;
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
/prebuilts/sdk/25/
android.jar
/prebuilts/sdk/26/
android.jar
Completed in 212 milliseconds