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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java248 * @param stateName the name of the state, as a <code>String</code> returned
251 void setSupplicantState(String stateName) { argument
252 mSupplicantState = valueOf(stateName);
255 static SupplicantState valueOf(String stateName) { argument
256 if ("4WAY_HANDSHAKE".equalsIgnoreCase(stateName))
260 return SupplicantState.valueOf(stateName.toUpperCase());
/frameworks/native/libs/gui/
H A DBufferQueue.cpp802 } stateName; local
811 stateName(slot.mBufferState),

Completed in 77 milliseconds