Home
last modified time | relevance | path

Searched refs:mapStatusStringToInt (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DSppResponseMessageTest.java68 assertEquals(SppConstants.mapStatusStringToInt(TEST_STATUS), in verifySppSoapResponseWithoutErrorAttribute()
99 assertEquals(SppConstants.mapStatusStringToInt(TEST_ERROR_STATUS), in verifySppSoapResponseWithErrorAttribute()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DSppResponseMessage.java65 mStatus = SppConstants.mapStatusStringToInt( in SppResponseMessage()
DSppConstants.java130 public static int mapStatusStringToInt(String status) { in mapStatusStringToInt() method in SppConstants