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

/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java297 WifiService wifiService = new WifiService(context, wst);
H A DWifiService.java88 * WifiService handles remote WiFi operation requests by implementing
94 public class WifiService extends IWifiManager.Stub { class in inherits:IWifiManager.Stub
95 private static final String TAG = "WifiService";
145 private static final String WAKELOCK_TAG = "WifiService";
208 WifiService(Context context, WifiStateTracker tracker) { method in class:WifiService
228 HandlerThread wifiThread = new HandlerThread("WifiService");
283 Slog.i(TAG, "WifiService starting up with Wi-Fi " +
550 "WifiService");
555 "WifiService");
562 "WifiService");
[all...]

Completed in 21 milliseconds