Home
last modified time | relevance | path

Searched refs:PremiumNetworkEntitlementResponse (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/src/com/android/phone/slice/
DPremiumNetworkEntitlementApi.java95 @Nullable public PremiumNetworkEntitlementResponse checkEntitlementStatus( in checkEntitlementStatus()
106 PremiumNetworkEntitlementResponse premiumNetworkEntitlementResponse = in checkEntitlementStatus()
107 new PremiumNetworkEntitlementResponse(); in checkEntitlementStatus()
DPremiumNetworkEntitlementResponse.java42 public class PremiumNetworkEntitlementResponse { class
DSlicePurchaseController.java759 PremiumNetworkEntitlementResponse premiumNetworkEntitlementResponse = in onStartSlicePurchaseApplication()
861 @NonNull PremiumNetworkEntitlementResponse entitlementResponse) { in getPurchaseUrl()
/packages/services/Telephony/tests/src/com/android/phone/slice/
DSlicePurchaseControllerTest.java107 private PremiumNetworkEntitlementResponse mEntitlementResponse;
167 mEntitlementResponse = new PremiumNetworkEntitlementResponse(); in setUp()
400 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_ENTITLEMENT_STATUS_INCLUDED; in testPurchasePremiumCapabilityResultEntitlementCheckFailed()
402 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_PROVISION_STATUS_PROVISIONED; in testPurchasePremiumCapabilityResultEntitlementCheckFailed()
414 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_ENTITLEMENT_STATUS_PROVISIONING; in testPurchasePremiumCapabilityResultEntitlementCheckFailed()
416 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_PROVISION_STATUS_IN_PROGRESS; in testPurchasePremiumCapabilityResultEntitlementCheckFailed()
426 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_PROVISION_STATUS_NOT_PROVISIONED; in testPurchasePremiumCapabilityResultEntitlementCheckFailed()
428 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_ENTITLEMENT_STATUS_INCOMPATIBLE; in testPurchasePremiumCapabilityResultEntitlementCheckFailed()
828 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_ENTITLEMENT_STATUS_ENABLED; in sendValidPurchaseRequest()
830 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_PROVISION_STATUS_NOT_PROVISIONED; in sendValidPurchaseRequest()