Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/slice/
DPremiumNetworkEntitlementResponse.java47 public static final int PREMIUM_NETWORK_ENTITLEMENT_STATUS_INCLUDED = 4; field in PremiumNetworkEntitlementResponse
54 PREMIUM_NETWORK_ENTITLEMENT_STATUS_INCLUDED
83 case PREMIUM_NETWORK_ENTITLEMENT_STATUS_INCLUDED: in isAlreadyPurchased()
123 case PREMIUM_NETWORK_ENTITLEMENT_STATUS_INCLUDED: in isInvalidResponse()
/packages/services/Telephony/tests/src/com/android/phone/slice/
DSlicePurchaseControllerTest.java400 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_ENTITLEMENT_STATUS_INCLUDED; in testPurchasePremiumCapabilityResultEntitlementCheckFailed()