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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java263 * @param stateName the name of the state, as a <code>String</code> returned
266 void setSupplicantState(String stateName) { argument
267 mSupplicantState = valueOf(stateName);
270 static SupplicantState valueOf(String stateName) { argument
271 if ("4WAY_HANDSHAKE".equalsIgnoreCase(stateName))
275 return SupplicantState.valueOf(stateName.toUpperCase());
/frameworks/native/libs/gui/
H A DBufferQueue.cpp747 } stateName; local
756 stateName(slot.mBufferState),

Completed in 154 milliseconds