HomeSort by relevance Sort by last modified time
    Searched defs:notificationManager (Results 1 - 15 of 15) sorted by null

  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
SmsMessageReceiver.java 20 import android.app.NotificationManager;
67 NotificationManager notificationManager =
68 (NotificationManager)context.getSystemService(Context.NOTIFICATION_SERVICE);
70 notificationManager.notify(notificationId, notification.getNotification());
DialogSmsDisplay.java 22 import android.app.NotificationManager;
67 NotificationManager notificationManager =
68 (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
69 notificationManager.cancel(notificationId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 20 import android.app.NotificationManager;
285 NotificationManager notificationManager = (NotificationManager) mContext
288 if (notificationManager == null) {
339 notificationManager.notify(notificationId, mUsbStorageNotification);
341 notificationManager.cancel(notificationId);
364 NotificationManager notificationManager = (NotificationManager) mContex
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 21 import android.app.NotificationManager;
237 NotificationManager notificationManager =
238 (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
240 notificationManager.notify(notificationId, builder.getNotification());
281 NotificationManager notificationManager =
282 (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
284 notificationManager.notify(notificationId, builder.getNotification());
CellBroadcastListActivity.java 24 import android.app.NotificationManager;
58 ((NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE))
294 NotificationManager notificationManager =
295 (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
296 notificationManager.cancel(notificationId);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 20 import android.app.NotificationManager;
111 NotificationManager notificationManager =
112 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
113 notificationManager.notify(NOTIFICATION_ID, notification);
117 NotificationManager manager = (NotificationManager) context
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 32 import android.app.NotificationManager;
261 final NotificationManager notificationManager = (NotificationManager) getSystemService(
299 notificationManager.notify(NOTIFICATION_DEFAULT, builder.getNotification());
  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java 20 import android.app.NotificationManager;
452 NotificationManager notificationManager = (NotificationManager) mContext
471 notificationManager.notify(WALLED_GARDEN_NOTIFICATION_ID, 1, notification);
473 notificationManager.cancel(WALLED_GARDEN_NOTIFICATION_ID, 1);
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 22 import android.app.NotificationManager;
182 NotificationManager notificationManager = (NotificationManager) mContext
184 if (notificationManager == null) {
217 notificationManager.notify(notif.notificationId, mNiNotification);
219 notificationManager.cancel(notif.notificationId);
  /packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java 25 import android.app.NotificationManager;
57 private final NotificationManager mNotificationManager;
65 NotificationManager notificationManager =
66 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
68 sInstance = new DefaultVoicemailNotifier(context, notificationManager,
77 NotificationManager notificationManager, NewCallsQuery newCallsQuery,
80 mNotificationManager = notificationManager;
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 20 import android.app.NotificationManager;
443 NotificationManager notificationManager =
444 (NotificationManager)mContext.getSystemService(Context.NOTIFICATION_SERVICE);
445 if (notificationManager == null) {
453 notificationManager.cancel(mTetheredNotification.icon);
477 notificationManager.notify(mTetheredNotification.icon, mTetheredNotification);
481 NotificationManager notificationManager =
482 (NotificationManager)mContext.getSystemService(Context.NOTIFICATION_SERVICE)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java 37 import android.app.NotificationManager;
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java 21 import android.app.NotificationManager;
172 * be the ID of the Notification given to the NotificationManager.
194 * The Notification object given to the NotificationManager.
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 35 import android.app.NotificationManager;
141 * The Notification object given to the NotificationManager.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 414 milliseconds