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

/frameworks/base/services/java/com/android/server/
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 24 milliseconds