Searched refs:mNotificationMgr (Results 1 – 5 of 5) sorted by relevance
99 public NotificationManager mNotificationMgr; field in BluetoothOppNotification152 mNotificationMgr = in BluetoothOppNotification()158 mNotificationMgr.createNotificationChannel(mNotificationChannel); in BluetoothOppNotification()397 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build()); in updateActiveNotification()476 if (mNotificationMgr != null) { in updateCompletedNotification()477 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND_COMPLETE); in updateCompletedNotification()543 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND_COMPLETE, inNoti); in updateCompletedNotification()545 if (mNotificationMgr != null) { in updateCompletedNotification()546 mNotificationMgr.cancel(NOTIFICATION_ID_INBOUND_COMPLETE); in updateCompletedNotification()650 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, n); in updateIncomingFileConfirmNotification()[all …]
231 mNotifier.mNotificationMgr.cancelAll(); in start()868 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()882 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()
44 private NotificationManager mNotificationMgr; field in CarrierDefaultReceiverTest69 mContext.injectSystemService(NotificationManager.class, mNotificationMgr); in setUp()97 verify(mNotificationMgr, times(1)).notify(mString.capture(), mInt.capture(), in testOnReceiveRedirection()
70 private NotificationManager mNotificationMgr; field in NotificationHelperValidImportanceTest86 .thenReturn(mNotificationMgr); in setContext()106 verify(mNotificationMgr).createNotificationChannel(captor.capture()); in testNewNotificationBuilder()
241 private final NotificationManager mNotificationMgr; field in SyncManager638 mNotificationMgr = (NotificationManager) in SyncManager()641 mNotificationMgr = null; in SyncManager()3778 mNotificationMgr.cancelAsUser( in runSyncFinishedOrCanceledH()3840 if (mNotificationMgr == null) return; in installHandleTooManyDeletesNotification()3884 mNotificationMgr.notifyAsUser( in installHandleTooManyDeletesNotification()