Searched refs:EXTRA_PREMIUM_CAPABILITY (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/tests/src/com/android/phone/slice/ |
D | SlicePurchaseControllerTest.java | 478 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/ |
D | SlicePurchaseController.java | 209 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()
|