Searched defs:suppState (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java256 * @param suppState the supplicant state
259 public static DetailedState getDetailedStateOf(SupplicantState suppState) { argument
260 return stateMap.get(suppState);

Completed in 53 milliseconds