Home
last modified time | relevance | path

Searched defs:slotId (Results 1 – 25 of 35) sorted by relevance

12

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java292 int slotId; field in StkAppService.DelayedCmd
294 DelayedCmd(int id, CatCmdMessage msg, int slotId) { in DelayedCmd()
354 int slotId = 0; in onStart() local
443 synchronized void indicateMenuVisibility(boolean visibility, int slotId) { in indicateMenuVisibility()
452 synchronized void setDisplayTextDlgVisibility(boolean visibility, int slotId) { in setDisplayTextDlgVisibility()
458 synchronized boolean isInputPending(int slotId) { in isInputPending()
466 synchronized boolean isMenuPending(int slotId) { in isMenuPending()
474 synchronized boolean isDialogPending(int slotId) { in isDialogPending()
482 synchronized boolean isMainMenuAvailable(int slotId) { in isMainMenuAvailable()
493 synchronized Menu getMenu(int slotId) { in getMenu()
[all …]
DStkMenuConfig.java91 public String getLabel(int slotId) { in getLabel()
101 public Bitmap getIcon(int slotId) { in getIcon()
115 private void findConfig(int slotId) { in findConfig()
DStkMain.java95 private void launchSTKMainMenu(int slotId) { in launchSTKMainMenu()
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DTestImsService.java67 public MmTelFeature createMmTelFeature(int slotId) { in createMmTelFeature()
73 public RcsFeature createRcsFeature(int slotId) { in createRcsFeature()
78 public ImsRegistrationImplBase getRegistration(int slotId) { in getRegistration()
84 public ImsConfigImplBase getConfig(int slotId) { in getConfig()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTelephonyRcsService.java57 RcsFeatureController createController(Context context, int slotId); in createController()
63 UserCapabilityExchangeImpl createUserCapabilityExchange(Context context, int slotId, in createUserCapabilityExchange()
137 public RcsFeatureController getFeatureController(int slotId) { in getFeatureController()
195 private void updateFeatureControllerSubscription(int slotId, int newSubId) { in updateFeatureControllerSubscription()
219 private RcsFeatureController constructFeatureController(int slotId) { in constructFeatureController()
226 private void updateSupportedFeatures(RcsFeatureController c, int slotId, int subId) { in updateSupportedFeatures()
254 private int getSubscriptionFromSlot(int slotId) { in getSubscriptionFromSlot()
DRcsFeatureController.java86 FeatureConnector<T> create(Context context, int slotId, in create()
169 public RcsFeatureController(Context context, int slotId) { in RcsFeatureController()
180 public RcsFeatureController(Context context, int slotId, RegistrationHelperFactory f) { in RcsFeatureController()
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DTelephonyRcsServiceTest.java214 private void sendCarrierConfigChanged(int slotId, int subId) { in sendCarrierConfigChanged()
226 private void setSlotToSubIdMapping(int slotId, int loadedSubId) { in setSlotToSubIdMapping()
241 private RcsFeatureController createFeatureController(int slotId) { in createFeatureController()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/imei/
DImeiInfoDialogFragment.java46 public static void show(@NonNull Fragment host, int slotId, String dialogTitle) { in show()
66 final int slotId = bundle.getInt(SLOT_ID_BUNDLE_KEY); in onCreateDialog() local
DImeiInfoDialogController.java73 public ImeiInfoDialogController(@NonNull ImeiInfoDialogFragment dialog, int slotId) { in ImeiInfoDialogController()
127 private SubscriptionInfo getSubscriptionInfo(Context context, int slotId) { in getSubscriptionInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/simstatus/
DSimStatusDialogFragment.java49 public static void show(Fragment host, int slotId, String dialogTitle) { in show()
65 final int slotId = bundle.getInt(SIM_SLOT_BUNDLE_KEY); in onCreateDialog() local
DSimStatusDialogController.java140 int slotId) { in SimStatusDialogController()
417 private SubscriptionInfo getPhoneSubscriptionInfo(int slotId) { in getPhoneSubscriptionInfo()
/packages/apps/Settings/src/com/android/settings/deviceinfo/imei/
DImeiInfoDialogFragment.java46 public static void show(@NonNull Fragment host, int slotId, String dialogTitle) { in show()
66 final int slotId = bundle.getInt(SLOT_ID_BUNDLE_KEY); in onCreateDialog() local
DImeiInfoDialogController.java74 public ImeiInfoDialogController(@NonNull ImeiInfoDialogFragment dialog, int slotId) { in ImeiInfoDialogController()
153 boolean isSimPresent(int slotId) { in isSimPresent()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogFragment.java49 public static void show(Fragment host, int slotId, String dialogTitle) { in show()
65 final int slotId = bundle.getInt(SIM_SLOT_BUNDLE_KEY); in onCreateDialog() local
DSimStatusDialogController.java204 int slotId) { in SimStatusDialogController()
650 private SubscriptionInfo getPhoneSubscriptionInfo(int slotId) { in getPhoneSubscriptionInfo()
/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java467 int slotId = getDefaultSlot(); in handleImsSetServiceCommand() local
552 int slotId = getDefaultSlot(); in handleImsGetServiceCommand() local
614 int slotId = getDefaultSlot(); in handleEnableIms() local
641 int slotId = getDefaultSlot(); in handleDisableIms() local
685 int slotId = SubscriptionManager.getDefaultVoicePhoneId(); in getDefaultSlot() local
738 int slotId = -1; in slotStringToSubId() local
DSpecialCharSequenceMgr.java196 private static IccCardConstants.State getSimState(int slotId, Context context) { in getSimState()
DImsRcsController.java416 int slotId = phone.getPhoneId(); in getRcsFeatureController() local
/packages/apps/Contacts/src/com/android/contacts/compat/
DTelephonyManagerCompat.java86 public static String getDeviceId(@Nullable TelephonyManager telephonyManager, int slotId) { in getDeviceId()
/packages/apps/Settings/src/com/android/settings/sim/
DPreferredSimDialogFragment.java77 final int slotId = activity.getIntent().getIntExtra(SimDialogActivity.PREFERRED_SIM, in getPreferredSubscription() local
DSimSettings.java288 public SimPreference(Context context, SubscriptionInfo subInfoRecord, int slotId) { in SimPreference()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DSubscriptionListData.java69 final int slotId = selfParticipantData.getDisplaySlotId(); in fromSelfParticipantData() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java179 public int slotId; field in TelephonyConnectionService.SlotStatus
189 public SlotStatus(int slotId, int capabilities) { in SlotStatus()
201 int getSimStateForSlotIdx(int slotId); in getSimStateForSlotIdx()
228 boolean hasIccCard(int slotId); in hasIccCard()
249 public boolean hasIccCard(int slotId) { in hasIccCard()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimSettings.java288 public SimPreference(Context context, SubscriptionInfo subInfoRecord, int slotId) { in SimPreference()
DSimDialogActivity.java80 private void displayPreferredDialog(final int slotId) { in displayPreferredDialog()

12