Home
last modified time | relevance | path

Searched refs:MESSAGE_RESPONSE (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/
DTs43OperationTest.java72 private static final String MESSAGE_RESPONSE = "MESSAGE RESPONSE"; field in Ts43OperationTest
379 .setMessageResponse(MESSAGE_RESPONSE) in testManageSubscription_invalidUserInput()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java107 private static final String MESSAGE_RESPONSE = "MSG_response"; field in EapAkaApi
717 appendOptionalQueryParameter(urlBuilder, MESSAGE_RESPONSE, odsaOperation.messageResponse()); in appendParametersForEsimOdsaOperation()
773 postData, MESSAGE_RESPONSE, odsaOperation.messageResponse()); in appendParametersForEsimOdsaOperation()