OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mnotificationdelegate
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java
57
private NotificationDelegate
mNotificationDelegate
;
113
mNotificationDelegate
= delegate;
275
mNotificationDelegate
.onSetDisabled(net1);
598
mNotificationDelegate
.onPanelRevealed(clearNotificationEffects, numItems);
609
mNotificationDelegate
.clearEffects();
620
mNotificationDelegate
.onPanelHidden();
633
mNotificationDelegate
.onNotificationClick(callingUid, callingPid, key);
646
mNotificationDelegate
.onNotificationActionClick(callingUid, callingPid, key,
662
mNotificationDelegate
.onNotificationError(callingUid, callingPid,
676
mNotificationDelegate
.onNotificationClear(callingUid, callingPid, pkg, tag, id, userId)
[
all
...]
/frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java
490
private final NotificationDelegate
mNotificationDelegate
= new NotificationDelegate() {
[
all
...]
Completed in 125 milliseconds