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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 93 public NotificationManager mNotificationMgr;
144 mNotificationMgr = (NotificationManager)mContext
150 mNotificationMgr.createNotificationChannel(mNotificationChannel);
364 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build());
432 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND_COMPLETE, outNoti);
434 if (mNotificationMgr != null) {
435 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND_COMPLETE);
492 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND_COMPLETE, inNoti);
494 if (mNotificationMgr != null) {
495 mNotificationMgr.cancel(NOTIFICATION_ID_INBOUND_COMPLETE)
    [all...]
BluetoothOppService.java 170 mNotifier.mNotificationMgr.cancelAll();
    [all...]
  /frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
CarrierDefaultReceiverTest.java 45 private NotificationManager mNotificationMgr;
70 mContext.injectSystemService(NotificationManager.class, mNotificationMgr);
99 verify(mNotificationMgr, times(1)).notify(mString.capture(), mInt.capture(),
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 223 private final NotificationManager mNotificationMgr;
573 mNotificationMgr = (NotificationManager)
576 mNotificationMgr = null;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 579 milliseconds