Searched refs:purchaseUrl (Results 1 – 2 of 2) sorted by relevance
792 String purchaseUrl = getPurchaseUrl(premiumNetworkEntitlementResponse); in onStartSlicePurchaseApplication() local794 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() local863 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()
211 String purchaseUrl = mSlicePurchaseController.getPurchaseUrl(mEntitlementResponse); in testGetPurchaseURL() local212 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()