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
55
private NotificationDelegate
mNotificationDelegate
;
108
mNotificationDelegate
= delegate;
211
mNotificationDelegate
.onSetDisabled(net);
495
mNotificationDelegate
.onPanelRevealed();
506
mNotificationDelegate
.onPanelHidden();
519
mNotificationDelegate
.onNotificationClick(callingUid, callingPid, key);
534
mNotificationDelegate
.onNotificationError(callingUid, callingPid,
548
mNotificationDelegate
.onNotificationClear(callingUid, callingPid, pkg, tag, id, userId);
560
mNotificationDelegate
.onNotificationVisibilityChanged(
573
mNotificationDelegate
.onNotificationExpansionChanged
[
all
...]
/frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java
488
private final NotificationDelegate
mNotificationDelegate
= new NotificationDelegate() {
[
all
...]
Completed in 234 milliseconds