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

  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/notify/
WifiNotificationHelper.java 31 /** Helper class that creates notifications for {@link WifiNotificationController}. */
41 * picker activity, and "Connect" prompts {@link WifiNotificationController} to connect to the
50 new Intent(WifiNotificationController.ACTION_PICK_WIFI_NETWORK),
63 WifiNotificationController.ACTION_CONNECT_TO_RECOMMENDED_NETWORK),
76 WifiNotificationController
116 WifiNotificationController
133 new Intent(WifiNotificationController.ACTION_NOTIFICATION_DELETED),
WifiNotificationController.java 55 public class WifiNotificationController {
151 /** Whether {@link WifiNotificationController} has been started. */
168 public WifiNotificationController(
197 /** Starts {@link WifiNotificationController}. */
224 /** Stops {@link WifiNotificationController}. */
  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/
NetworkRecommendationService.java 33 import com.android.networkrecommendation.notify.WifiNotificationController;
53 private WifiNotificationController mWifiNotificationController;
76 mWifiNotificationController = new WifiNotificationController(
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNotificationController.java 48 public class WifiNotificationController {
107 WifiNotificationController(Context context,
326 synchronized (WifiNotificationController.this) {
335 synchronized (WifiNotificationController.this) {
WifiInjector.java 89 private final WifiNotificationController mNotificationController;
226 mNotificationController = new WifiNotificationController(mContext,
303 public WifiNotificationController getWifiNotificationController() {
WifiServiceImpl.java 171 private WifiNotificationController mNotificationController;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNotificationControllerTest.java 65 WifiNotificationController mWifiNotificationController;
68 * Internal BroadcastReceiver that WifiNotificationController uses to listen for broadcasts
90 mWifiNotificationController = new WifiNotificationController(
WifiServiceImplTest.java 163 @Mock WifiNotificationController mWifiNotificationController;
    [all...]

Completed in 179 milliseconds