Searched refs:mNotificationManager (Results 1 – 2 of 2) sorted by relevance
36 private NotificationManager mNotificationManager; field in NotificationManagerTest41 mNotificationManager = (NotificationManager) mContext.getSystemService( in setUp()44 mNotificationManager.cancelAll(); in setUp()50 mNotificationManager.cancelAll(); in tearDown()54 mNotificationManager.cancelAll(); in testNotify()63 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testNotify()75 mNotificationManager.cancel(id); in testCancel()77 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testCancel()90 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testCancelAll()96 mNotificationManager.cancelAll(); in testCancelAll()[all …]
40 private NotificationManager mNotificationManager; field in WorkNotificationTestActivity49 mNotificationManager.notify(NOTIFICATION_ID, notification); in showWorkNotification()56 mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onCreate()65 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()