Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
H A DSppResponseMessageTest.java70 assertEquals(SppConstants.mapStatusStringToInt(TEST_STATUS), in verifySppSoapResponseWithoutErrorAttribute()
101 assertEquals(SppConstants.mapStatusStringToInt(TEST_ERROR_STATUS), in verifySppSoapResponseWithErrorAttribute()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
H A DSppResponseMessage.java65 mStatus = SppConstants.mapStatusStringToInt( in SppResponseMessage()
H A DSppConstants.java130 public static int mapStatusStringToInt(String status) { in mapStatusStringToInt() method in SppConstants