Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/slice/
DSlicePurchaseController.java792 String purchaseUrl = getPurchaseUrl(premiumNetworkEntitlementResponse); in onStartSlicePurchaseApplication() local
794 if (TextUtils.isEmpty(purchaseUrl) || TextUtils.isEmpty(carrier)) { in onStartSlicePurchaseApplication()
814 intent.putExtra(EXTRA_PURCHASE_URL, purchaseUrl); in onStartSlicePurchaseApplication()
862 String purchaseUrl = entitlementResponse.mServiceFlowURL; in getPurchaseUrl() local
863 if (!isUrlValid(purchaseUrl)) { in getPurchaseUrl()
864 purchaseUrl = getCarrierConfigs().getString( in getPurchaseUrl()
866 if (!isUrlValid(purchaseUrl)) { in getPurchaseUrl()
867 purchaseUrl = ""; in getPurchaseUrl()
870 return purchaseUrl; in getPurchaseUrl()
/packages/services/Telephony/tests/src/com/android/phone/slice/
DSlicePurchaseControllerTest.java211 String purchaseUrl = mSlicePurchaseController.getPurchaseUrl(mEntitlementResponse); in testGetPurchaseURL() local
212 assertEquals(purchaseUrl, SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in testGetPurchaseURL()
217 purchaseUrl = mSlicePurchaseController.getPurchaseUrl(mEntitlementResponse); in testGetPurchaseURL()
218 assertEquals(purchaseUrl, SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in testGetPurchaseURL()