HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationController (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
CarrierNetworkNotifierTest.java 87 private CarrierNetworkNotifier mNotificationController;
119 mNotificationController = new CarrierNetworkNotifier(
131 mNotificationController.handleScreenStateChanged(true);
161 mNotificationController.handleScanResults(mCarrierNetworks);
175 mNotificationController.handleScanResults(new ArrayList<>());
188 mNotificationController.handleScanResults(new ArrayList<>());
199 mNotificationController.handleScanResults(mCarrierNetworks);
207 mNotificationController.handleScanResults(new ArrayList<>());
218 mNotificationController.handleScanResults(mCarrierNetworks);
227 mNotificationController.handleScanResults(mCarrierNetworks)
    [all...]
OpenNetworkNotifierTest.java 86 private OpenNetworkNotifier mNotificationController;
118 mNotificationController = new OpenNetworkNotifier(
130 mNotificationController.handleScreenStateChanged(true);
160 mNotificationController.handleScanResults(mOpenNetworks);
174 mNotificationController.handleScanResults(new ArrayList<>());
187 mNotificationController.handleScanResults(new ArrayList<>());
198 mNotificationController.handleScanResults(mOpenNetworks);
206 mNotificationController.handleScanResults(new ArrayList<>());
217 mNotificationController.handleScanResults(mOpenNetworks);
226 mNotificationController.handleScanResults(mOpenNetworks)
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 122 private NotificationController mNotificationController;
138 mNotificationController = new NotificationController(PrintSpoolerService.this);
416 mNotificationController.onUpdateNotifications(mPrintJobs);
529 mNotificationController.onUpdateNotifications(mPrintJobs);
602 mNotificationController.onUpdateNotifications(mPrintJobs);
718 mNotificationController.onUpdateNotifications(mPrintJobs);
    [all...]

Completed in 202 milliseconds