Home
last modified time | relevance | path

Searched refs:SLOT_ID (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DRcsStatsTest.java68 private static final int SLOT_ID = 0; field in RcsStatsTest
112 return SLOT_ID; in getSlotId()
160 if (slotId == SLOT_ID) { in getSubId()
230 int slotId = SLOT_ID; in onImsRegistrationFeatureTagStats_withAtoms()
281 assertEquals(SLOT_ID, stats.slotId); in onRcsClientProvisioningStats_withAtoms()
299 int[] slotIds = {SLOT_ID, SLOT_ID}; in onRcsAcsProvisioningStats_withAtoms()
337 int[] slotIds = {SLOT_ID, SLOT_ID}; in onRcsAcsProvisioningStats_withAtomsInvalidSubId()
396 assertEquals(SLOT_ID, stats.slotId); in onRcsAcsProvisioningStats_byCallBack()
453 int[] slotIds = {SLOT_ID, SLOT2_ID}; in onStoreCompleteRcsAcsProvisioningStats_withSubId()
502 int[] slotIds = {SLOT_ID, SLOT2_ID}; in onFlushIncompleteRcsAcsProvisioningStats_withoutSubId()
[all …]
/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkCmdReceiver.java57 int slot_id = intent.getIntExtra(StkAppService.SLOT_ID, 0); in handleAction()
60 args.putInt(StkAppService.SLOT_ID, slot_id); in handleAction()
H A DToneDialog.java133 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
140 args.putInt(StkAppService.SLOT_ID, mSlotId); in sendStopTone()
H A DStkDialogActivity.java306 args.putInt(StkAppService.SLOT_ID, mSlotId); in sendResponse()
326 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
H A DStkMain.java99 args.putInt(StkAppService.SLOT_ID, slotId); in launchSTKMainMenu()
H A DStkAppService.java195 static final String SLOT_ID = "SLOT_ID"; field in StkAppService
348 slotId = args.getInt(SLOT_ID); in onStart()
1004 intent.putExtra(SLOT_ID, slotId); in handleSessionEnd()
1544 int slotId = intent.getIntExtra(SLOT_ID, SubscriptionManager.INVALID_SIM_SLOT_INDEX); in startActivity()
1591 newIntent.putExtra(SLOT_ID, slotId); in launchMenuActivity()
1610 newIntent.putExtra(SLOT_ID, slotId); in launchInputActivity()
1635 newIntent.putExtra(SLOT_ID, slotId); in launchTextDialog()
2073 newIntent.putExtra(SLOT_ID, slotId); in launchConfirmationDialog()
2212 newIntent.putExtra(SLOT_ID, slotId); in launchToneDialog()
2291 newIntent.putExtra(SLOT_ID, slotId); in playTone()
H A DStkMenuActivity.java418 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
471 int slotId = intent.getIntExtra(StkAppService.SLOT_ID, 0);
H A DStkLauncherActivity.java223 args.putInt(StkAppService.SLOT_ID, slodId); in launchSTKMainMenu()
H A DStkInputActivity.java506 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/imei/
H A DImeiInfoDialogControllerTest.java61 private static final int SLOT_ID = 0; field in ImeiInfoDialogControllerTest
87 mController = spy(new ImeiInfoDialogController(mDialog, SLOT_ID)); in setup()
98 mController = spy(new ImeiInfoDialogController(mDialog, SLOT_ID + 1)); in populateImeiInfo_invalidSlot_shouldSetNothing()
/aosp12/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
H A DImsEntitlementPollingServiceTest.java77 private static final int SLOT_ID = 0; field in ImsEntitlementPollingServiceTest
211 when(mSubscriptionInfo.getSimSlotIndex()).thenReturn(SLOT_ID); in setActivedSubscription()
232 bundle.putInt(JobManager.EXTRA_SLOT_ID, SLOT_ID); in setJobParameters()