OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notificationMgr
(Results
1 - 8
of
8
) sorted by null
/packages/services/Telephony/src/com/android/phone/
ClearMissedCallsService.java
58
mApp.
notificationMgr
.cancelMissedCallNotification();
NetworkSetting.java
333
app.
notificationMgr
.postTransientNotification(
334
NotificationMgr
.NETWORK_SELECTION_NOTIFICATION, status);
350
app.
notificationMgr
.postTransientNotification(
351
NotificationMgr
.NETWORK_SELECTION_NOTIFICATION, status);
358
app.
notificationMgr
.postTransientNotification(
359
NotificationMgr
.NETWORK_SELECTION_NOTIFICATION, status);
CallNotifier.java
684
mApplication.
notificationMgr
.statusBarHelper
[
all
...]
PhoneGlobals.java
166
NotificationMgr
notificationMgr
;
289
notificationMgr
.showDataDisconnectedRoaming();
293
notificationMgr
.hideDataDisconnectedRoaming();
403
// Create the
NotificationMgr
singleton, which is used to display
405
notificationMgr
=
NotificationMgr
.init(this);
[
all
...]
PhoneInterfaceManager.java
641
mApp.
notificationMgr
.cancelMissedCallNotification();
[
all
...]
PhoneUtils.java
[
all
...]
/packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java
155
public static class NotificationMgrWrapper extends
NotificationMgr
{
267
NotificationMgr
nm = new NotificationMgrWrapper(
307
public static boolean generateAlerts(Context context,
NotificationMgr
nm,
[
all
...]
Completed in 2084 milliseconds