Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
H A DSppResponseMessage.java84 mError = SppConstants.mapErrorStringToInt( in SppResponseMessage()
H A DSppConstants.java152 public static int mapErrorStringToInt(String error) { in mapErrorStringToInt() method in SppConstants
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
H A DSppResponseMessageTest.java108 assertEquals(SppConstants.mapErrorStringToInt(TEST_ERROR), sppResponseMessage.getError()); in verifySppSoapResponseWithErrorAttribute()