OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifManager
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
PreBootBroadcaster.java
125
final NotificationManager
notifManager
= context
161
notifManager
.notifyAsUser(TAG, 0, notif, UserHandle.of(mUserId));
165
notifManager
.cancelAsUser(TAG, 0, UserHandle.of(mUserId));
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java
114
NotificationManager
notifManager
= (NotificationManager) context.getSystemService(
116
notifManager
.cancel(notifTag, 0);
/frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java
460
public void bindNotificationManager(INotificationManager
notifManager
) {
461
mNotifManager = checkNotNull(
notifManager
, "missing INotificationManager");
[
all
...]
Completed in 658 milliseconds