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
64
private NotificationDelegate
mNotificationDelegate
;
121
mNotificationDelegate
= delegate;
487
mNotificationDelegate
.onSetDisabled(net1);
726
mNotificationDelegate
.onPanelRevealed(clearNotificationEffects, numItems);
737
mNotificationDelegate
.clearEffects();
748
mNotificationDelegate
.onPanelHidden();
761
mNotificationDelegate
.onNotificationClick(callingUid, callingPid, key);
774
mNotificationDelegate
.onNotificationActionClick(callingUid, callingPid, key,
790
mNotificationDelegate
.onNotificationError(callingUid, callingPid,
804
mNotificationDelegate
.onNotificationClear(callingUid, callingPid, pkg, tag, id, userId)
[
all
...]
/frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java
488
private final NotificationDelegate
mNotificationDelegate
= new NotificationDelegate() {
[
all
...]
Completed in 1595 milliseconds