Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/slice/
DSlicePurchaseControllerTest.java200 SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in testIsPremiumCapabilityAvailableForPurchase()
210 mEntitlementResponse.mServiceFlowURL = SlicePurchaseController.SLICE_PURCHASE_TEST_FILE; in testGetPurchaseURL()
212 assertEquals(purchaseUrl, SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in testGetPurchaseURL()
216 SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in testGetPurchaseURL()
218 assertEquals(purchaseUrl, SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in testGetPurchaseURL()
317 SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in testPurchasePremiumCapabilityResultCarrierDisabled()
333 SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in testPurchasePremiumCapabilityResultNotDefaultDataSubscription()
360 SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in testPurchasePremiumCapabilityResultNetworkNotAvailable()
387 SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in testPurchasePremiumCapabilityResultEntitlementCheckFailed()
809 SlicePurchaseController.SLICE_PURCHASE_TEST_FILE); in sendValidPurchaseRequest()
/packages/services/Telephony/src/com/android/phone/slice/
DSlicePurchaseController.java125 public static final String SLICE_PURCHASE_TEST_FILE = field in SlicePurchaseController
1065 if (URLUtil.isAssetUrl(url) && !url.equals(SLICE_PURCHASE_TEST_FILE)) { in isUrlValid()