Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/slice/
DPremiumNetworkEntitlementResponse.java58 public static final int PREMIUM_NETWORK_PROVISION_STATUS_NOT_PROVISIONED = 0; field in PremiumNetworkEntitlementResponse
64 PREMIUM_NETWORK_PROVISION_STATUS_NOT_PROVISIONED,
124 return mProvisionStatus == PREMIUM_NETWORK_PROVISION_STATUS_NOT_PROVISIONED in isInvalidResponse()
127 return mProvisionStatus == PREMIUM_NETWORK_PROVISION_STATUS_NOT_PROVISIONED in isInvalidResponse()
/packages/services/Telephony/tests/src/com/android/phone/slice/
DSlicePurchaseControllerTest.java426 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_PROVISION_STATUS_NOT_PROVISIONED; in testPurchasePremiumCapabilityResultEntitlementCheckFailed()
830 PremiumNetworkEntitlementResponse.PREMIUM_NETWORK_PROVISION_STATUS_NOT_PROVISIONED; in sendValidPurchaseRequest()