Searched refs:mNotificationManager (Results 1 – 4 of 4) sorted by relevance
35 private NotificationManager mNotificationManager; field in NotificationManagerTest40 mNotificationManager = (NotificationManager) mContext.getSystemService( in setUp()43 mNotificationManager.cancelAll(); in setUp()49 mNotificationManager.cancelAll(); in tearDown()53 mNotificationManager.cancelAll(); in testNotify()62 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testNotify()74 mNotificationManager.cancel(id); in testCancel()88 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testCancelAll()94 mNotificationManager.cancelAll(); in testCancelAll()96 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testCancelAll()[all …]
69 NotificationManager mNotificationManager = in showBugreportNotification() local78 mNotificationManager.notify(notificationId, notification); in showBugreportNotification()
160 private NotificationManager mNotificationManager; field in ByodHelperActivity179 mNotificationManager.notify(NOTIFICATION_ID, notification); in showNotification()196 mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onCreate()334 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()
10622 private android.app.NotificationManager mNotificationManager