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

  /frameworks/base/services/java/com/android/server/
SystemServer.java 121 WifiService wifi = null;
371 wifi = new WifiService(context);
    [all...]
WifiService.java 78 * WifiService handles remote WiFi operation requests by implementing
83 //TODO: Clean up multiple locks and implement WifiService
87 public class WifiService extends IWifiManager.Stub {
88 private static final String TAG = "WifiService";
356 WifiService(Context context) {
415 HandlerThread wifiThread = new HandlerThread("WifiService");
441 Slog.i(TAG, "WifiService starting up with Wi-Fi " +
525 "WifiService");
530 "WifiService");
537 "WifiService");
    [all...]

Completed in 135 milliseconds