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";
360 WifiService(Context context) {
424 HandlerThread wifiThread = new HandlerThread("WifiService");
450 Slog.i(TAG, "WifiService starting up with Wi-Fi " +
535 "WifiService");
540 "WifiService");
547 "WifiService");
    [all...]

Completed in 721 milliseconds