Searched refs:WifiService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWifiService.java83 * WifiService handles remote WiFi operation requests by implementing
88 //TODO: Clean up multiple locks and implement WifiService
92 public class WifiService extends IWifiManager.Stub { class in inherits:IWifiManager.Stub
93 private static final String TAG = "WifiService";
369 WifiService(Context context) { method in class:WifiService
431 HandlerThread wifiThread = new HandlerThread("WifiService");
446 synchronized (WifiService.this) {
468 synchronized (WifiService.this) {
492 Slog.i(TAG, "WifiService starting up with Wi-Fi " +
598 "WifiService");
[all...]
H A DSystemServer.java138 WifiService wifi = null;
487 wifi = new WifiService(context);

Completed in 8409 milliseconds