Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/slice/
DPremiumNetworkEntitlementResponse.java73 @NonNull public String mServiceFlowURL; field in PremiumNetworkEntitlementResponse
136 + ", mProvisionStatus=" + mProvisionStatus + ", mServiceFlowURL=" + mServiceFlowURL in toString()
DPremiumNetworkEntitlementApi.java143 premiumNetworkEntitlementResponse.mServiceFlowURL = in checkEntitlementStatus()
DSlicePurchaseController.java862 String purchaseUrl = entitlementResponse.mServiceFlowURL; in getPurchaseUrl()
/packages/services/Telephony/tests/src/com/android/phone/slice/
DSlicePurchaseControllerTest.java210 mEntitlementResponse.mServiceFlowURL = SlicePurchaseController.SLICE_PURCHASE_TEST_FILE; in testGetPurchaseURL()
214 mEntitlementResponse.mServiceFlowURL = null; in testGetPurchaseURL()