Home
last modified time | relevance | path

Searched refs:MESSAGE_ID_GET_IMSI_PSEUDONYM (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/response/
DGetImsiPseudonymResponseTest.java22 import static com.android.server.wifi.entitlement.RequestFactory.MESSAGE_ID_GET_IMSI_PSEUDONYM;
58 MESSAGE_ID_GET_IMSI_PSEUDONYM) in responseBodyCorrectWithRefreshInterval()
82 MESSAGE_ID_GET_IMSI_PSEUDONYM) in responseBodyCorrectWithoutRefreshInterval()
113 MESSAGE_ID_GET_IMSI_PSEUDONYM) in responseBodyInvalidRequest()
134 MESSAGE_ID_GET_IMSI_PSEUDONYM) in responseBodyAuthFailed()
164 .put(Response.JSON_KEY_MESSAGE_ID, MESSAGE_ID_GET_IMSI_PSEUDONYM) in responseBodyServerError()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/
DRequestFactoryTest.java27 import static com.android.server.wifi.entitlement.RequestFactory.MESSAGE_ID_GET_IMSI_PSEUDONYM;
160 assertEquals(MESSAGE_ID_GET_IMSI_PSEUDONYM, jsonObject.getInt(JSON_KEY_MESSAGE_ID)); in createGetImsiPseudonymRequestSuccess()
183 assertEquals(MESSAGE_ID_GET_IMSI_PSEUDONYM, jsonObject.getInt(JSON_KEY_MESSAGE_ID)); in createGetImsiPseudonymRequestWithEmptyData()
DCarrierSpecificServiceEntitlementTest.java24 import static com.android.server.wifi.entitlement.RequestFactory.MESSAGE_ID_GET_IMSI_PSEUDONYM;
177 MESSAGE_ID_GET_IMSI_PSEUDONYM) in getGetImsiPseudonymHttpResponse()
/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/
DRequestFactory.java66 public static final int MESSAGE_ID_GET_IMSI_PSEUDONYM = 2; field in RequestFactory
161 return makeBaseRequest(MESSAGE_ID_GET_IMSI_PSEUDONYM, METHOD_GET_IMSI_PSEUDONYM); in makeGetImsiPseudonymRequest()
/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/response/
DGetImsiPseudonymResponse.java66 case RequestFactory.MESSAGE_ID_GET_IMSI_PSEUDONYM: in GetImsiPseudonymResponse()