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

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

Completed in 60 milliseconds