Home
last modified time | relevance | path

Searched refs:EXTRA_SUB_ID (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DSlicePurchaseBroadcastReceiverTest.java137 eq(SlicePurchaseController.EXTRA_SUB_ID), anyInt()); in testIsIntentValid()
248 eq(SlicePurchaseController.EXTRA_SUB_ID), anyInt()); in displayPerformanceBoostNotification()
H A DSlicePurchaseActivityTest.java99 intent.putExtra(SlicePurchaseController.EXTRA_SUB_ID, in setUp()
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DSlicePurchaseActivity.java78 int subId = mIntent.getIntExtra(SlicePurchaseController.EXTRA_SUB_ID, in onCreate()
H A DSlicePurchaseBroadcastReceiver.java161 int subId = intent.getIntExtra(SlicePurchaseController.EXTRA_SUB_ID, in isIntentValid()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java783 intent.putExtra(Settings.EXTRA_SUB_ID, subId);
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java363 public static final String EXTRA_SUB_ID = "android.provider.extra.SUB_ID"; field in Settings
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt37189 field public static final String EXTRA_SUB_ID = "android.provider.extra.SUB_ID";