HomeSort by relevance Sort by last modified time
    Searched full:notificationmanager (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 39 import android.app.NotificationManager;
438 NotificationManager nm = (NotificationManager) context.getSystemService(
548 NotificationManager nm = (NotificationManager)
608 NotificationManager nm = (NotificationManager)
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 23 import android.app.NotificationManager;
37 private NotificationManager mNotificationManager;
51 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 20 import android.app.NotificationManager;
49 private NotificationManager mNM;
60 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
pkg_android.app.html 155 <A NAME="NotificationManager"></A>
156 <nobr><A HREF="android.app.NotificationManager.html">NotificationManager</A></nobr>
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 20 import android.app.NotificationManager;
442 NotificationManager notificationManager =
443 (NotificationManager)mContext.getSystemService(Context.NOTIFICATION_SERVICE);
444 if (notificationManager == null) {
452 notificationManager.cancel(mTetheredNotification.icon);
476 notificationManager.notify(mTetheredNotification.icon, mTetheredNotification);
480 NotificationManager notificationManager =
481 (NotificationManager)mContext.getSystemService(Context.NOTIFICATION_SERVICE)
    [all...]
Vpn.java 20 import android.app.NotificationManager;
309 NotificationManager nm = (NotificationManager)
333 NotificationManager nm = (NotificationManager)
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 23 import android.app.NotificationManager;
50 NotificationManager mNM;
55 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
NotificationImportExportListener.java 24 import android.app.NotificationManager;
48 private final NotificationManager mNotificationManager;
54 mNotificationManager = (NotificationManager) activity.getSystemService(
ImportVCardActivity.java 37 import android.app.NotificationManager;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 21 import android.app.NotificationManager;
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 24 import android.app.NotificationManager;
205 ((NotificationManager) getContext().getSystemService(Context.NOTIFICATION_SERVICE))
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 23 import android.app.NotificationManager;
345 NotificationManager notificationManager = (NotificationManager) activity
347 notificationManager.notify(notificationId, notification);
353 notificationManager.cancel(notificationId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 25 import android.app.NotificationManager;
83 private NotificationManager mNotificationManager;
97 NotificationManager nManager, int nId) {
242 private NotificationManager mNotificationManager;
298 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
565 static void notifyScreenshotError(Context context, NotificationManager nManager) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 36 import android.app.NotificationManager;
648 NotificationManager nm = (NotificationManager)
682 NotificationManager nm = (NotificationManager)
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarms.java 20 import android.app.NotificationManager;
496 NotificationManager nm = (NotificationManager)
510 NotificationManager nm = (NotificationManager)
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 24 import android.app.NotificationManager;
354 (NotificationManagerService) NotificationManager.getService();
385 INotificationManager inm = NotificationManager.getService();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 39 import android.app.NotificationManager;
83 public NotificationManager mNotificationMgr;
126 mNotificationMgr = (NotificationManager)mContext
  /packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java 22 import android.app.NotificationManager;
414 NotificationManager mgr =
415 (NotificationManager) mContext.getSystemService(ns);
  /frameworks/base/services/java/com/android/server/
WifiService.java 21 import android.app.NotificationManager;
170 * be the ID of the Notification given to the NotificationManager.
192 * The Notification object given to the NotificationManager.
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 34 import android.app.NotificationManager;
132 * The Notification object given to the NotificationManager.
    [all...]
  /frameworks/base/docs/html/resources/faq/
commontasks.jd 387 NotificationManager nm = (NotificationManager)
391 NotificationManager.LENGTH_SHORT,
505 {@link android.app.NotificationManager}, which allows you to tell the user
513 <p>The following code demonstrates using NotificationManager to display a basic text
518 // Get the static global NotificationManager object.
519 NotificationManager nm = NotificationManager.getDefault();</p>
527 NotificationManager.LENGTH_SHORT); // Show it for a short time only.
532 android.app.NotificationManager#notify(int, android.app.Notification) NotificationManager.notify()}
    [all...]
  /frameworks/base/docs/html/guide/basics/
building-blocks.jd 62 <dt>{@link android.app.NotificationManager Notifications}</dt>
what-is-android.jd 76 <li>A {@link android.app.NotificationManager Notification Manager} that enables
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 20 import android.app.NotificationManager;
72 private NotificationManager mNotificationManager = null;
119 // Notification id used to display Idle Mode text in NotificationManager.
156 mNotificationManager = (NotificationManager) mContext
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 20 import android.app.NotificationManager;
53 * NotificationManager-related utility code for the Phone app.
56 * framework's NotificationManager, and is used to display status bar
92 private NotificationManager mNotificationManager;
128 (NotificationManager) app.getSystemService(Context.NOTIFICATION_SERVICE);
    [all...]

Completed in 2551 milliseconds

1 23 4 5