Searched refs:mNotificationController (Results 1 – 3 of 3) sorted by relevance
89 private CarrierNetworkNotifier mNotificationController; field in CarrierNetworkNotifierTest119 mNotificationController = new CarrierNetworkNotifier( in setUp()131 mNotificationController.handleScreenStateChanged(true); in setUp()163 mNotificationController.handleScanResults(mCarrierNetworks); in handleScanResults_hasCarrierNetworks_notificationDisplayed()177 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_emptyList_notificationNotDisplayed()190 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_featureDisabled_notificationNotDisplayed()201 mNotificationController.handleScanResults(mCarrierNetworks); in handleScanResults_notificationShown_emptyList_notificationCleared()209 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_notificationShown_emptyList_notificationCleared()220 mNotificationController.handleScanResults(mCarrierNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()229 mNotificationController.handleScanResults(mCarrierNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()[all …]
89 private OpenNetworkNotifier mNotificationController; field in OpenNetworkNotifierTest118 mNotificationController = new OpenNetworkNotifier( in setUp()130 mNotificationController.handleScreenStateChanged(true); in setUp()162 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_hasOpenNetworks_notificationDisplayed()176 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_emptyList_notificationNotDisplayed()189 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_featureDisabled_notificationNotDisplayed()200 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_emptyList_notificationCleared()208 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_notificationShown_emptyList_notificationCleared()219 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()228 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()[all …]
125 private NotificationController mNotificationController; field in PrintSpoolerService144 mNotificationController = new NotificationController(PrintSpoolerService.this); in onCreate()424 mNotificationController.onUpdateNotifications(mPrintJobs); in handleReadPrintJobsLocked()545 mNotificationController.onUpdateNotifications(mPrintJobs); in notifyPrintJobUpdated()624 mNotificationController.onUpdateNotifications(mPrintJobs); in setProgress()740 mNotificationController.onUpdateNotifications(mPrintJobs); in setPrintJobCancelling()