Home
last modified time | relevance | path

Searched refs:mNotificationController (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkNotifierTest.java89 private CarrierNetworkNotifier mNotificationController; field in CarrierNetworkNotifierTest
119 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 …]
DOpenNetworkNotifierTest.java89 private OpenNetworkNotifier mNotificationController; field in OpenNetworkNotifierTest
118 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 …]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java125 private NotificationController mNotificationController; field in PrintSpoolerService
144 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()