Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/
DTs43AuthenticationTest.java51 private static final String ENTITLEMENT_VERSION = "9.0"; field in Ts43AuthenticationTest
114 ENTITLEMENT_VERSION); in setUp()
143 null, new URL(TEST_URL), ENTITLEMENT_VERSION)); in testGetAuthToken_invalidParams_throwException()
146 mContext, null, ENTITLEMENT_VERSION)); in testGetAuthToken_invalidParams_throwException()
DTs43OperationTest.java60 private static final String ENTITLEMENT_VERSION = "9.0"; field in Ts43OperationTest
321 ENTITLEMENT_VERSION, TOKEN, Ts43Operation.TOKEN_TYPE_NORMAL); in setUp()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java61 private static final String ENTITLEMENT_VERSION = "entitlement_version"; field in EapAkaApi
611 .appendQueryParameter(ENTITLEMENT_VERSION, request.entitlementVersion()); in appendParametersForServiceEntitlementRequest()
659 postData, ENTITLEMENT_VERSION, request.entitlementVersion()); in appendParametersForServiceEntitlementRequest()