Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/slice/
DSlicePurchaseControllerTest.java478 intent.putExtra(SlicePurchaseController.EXTRA_PREMIUM_CAPABILITY, in testPurchasePremiumCapabilityResultSuccess()
558 intent.putExtra(SlicePurchaseController.EXTRA_PREMIUM_CAPABILITY, in testPurchasePremiumCapabilityResultUserCanceled()
586 intent.putExtra(SlicePurchaseController.EXTRA_PREMIUM_CAPABILITY, in testPurchasePremiumCapabilityResultCarrierError()
616 intent.putExtra(SlicePurchaseController.EXTRA_PREMIUM_CAPABILITY, in testPurchasePremiumCapabilityResultRequestFailed()
635 intent.putExtra(SlicePurchaseController.EXTRA_PREMIUM_CAPABILITY, in testPurchasePremiumCapabilityResultNotDefaultDataSubscriptionResponse()
657 intent.putExtra(SlicePurchaseController.EXTRA_PREMIUM_CAPABILITY, in testPurchasePremiumCapabilityResultNotificationsDisabled()
782 intent.putExtra(SlicePurchaseController.EXTRA_PREMIUM_CAPABILITY, in completeSuccessfulPurchase()
/packages/services/Telephony/src/com/android/phone/slice/
DSlicePurchaseController.java209 public static final String EXTRA_PREMIUM_CAPABILITY = field in SlicePurchaseController
369 int capability = intent.getIntExtra(EXTRA_PREMIUM_CAPABILITY, in onReceive()
813 intent.putExtra(EXTRA_PREMIUM_CAPABILITY, capability); in onStartSlicePurchaseApplication()
901 intent.putExtra(EXTRA_PREMIUM_CAPABILITY, capability); in createPendingIntent()
914 intent.putExtra(EXTRA_PREMIUM_CAPABILITY, capability); in onTimeout()