Searched refs:slotId (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java243 int slotId; field in class:StkAppService.DelayedCmd
245 DelayedCmd(int id, CatCmdMessage msg, int slotId) { argument
248 this.slotId = slotId;
266 CatLog.d(LOG_TAG, "slotId: " + i);
294 int slotId = 0;
297 slotId = args.getInt(SLOT_ID);
299 CatLog.d(LOG_TAG, "onStart sim id: " + slotId + ", op: " + op + ", *****");
300 if ((slotId >= 0 && slotId < mSimCoun
379 indicateMenuVisibility(boolean visibility, int slotId) argument
388 setDisplayTextDlgVisibility(boolean visibility, int slotId) argument
394 isInputPending(int slotId) argument
402 isMenuPending(int slotId) argument
410 isDialogPending(int slotId) argument
421 getMenu(int slotId) argument
433 getMainMenu(int slotId) argument
592 handleCardStatusChangeAndIccRefresh(Bundle args, int slotId) argument
630 isAllOtherCardsAbsent(int slotId) argument
655 handleIdleScreen(int slotId) argument
667 sendScreenBusyResponse(int slotId) argument
682 sendResponse(int resId, int slotId, boolean confirm) argument
711 handleDelayedCmd(int slotId) argument
731 callDelayedMsg(int slotId) argument
738 callSetActivityInstMsg(int inst_type, int slotId, Object obj) argument
746 handleSessionEnd(int slotId) argument
802 handleCmd(CatCmdMessage cmdMsg, int slotId) argument
972 handleCmdResponse(Bundle args, int slotId) argument
1126 getFlagActivityNoUserAction(InitiatedByUserAction userAction, int slotId) argument
1133 cleanUpInstanceStackBySlot(int slotId) argument
1170 restoreInstanceFromStackBySlot(int slotId) argument
1205 launchMenuActivity(Menu menu, int slotId) argument
1251 launchInputActivity(int slotId) argument
1268 launchTextDialog(int slotId) argument
1309 sendSetUpEventResponse(int event, byte[] addedInfo, int slotId) argument
1325 checkForSetupEvent(int event, Bundle args, int slotId) argument
1370 removeSetUpEvent(int event, int slotId) argument
1386 launchEventMessage(int slotId) argument
1390 launchEventMessage(int slotId, TextMessage msg) argument
1419 launchConfirmationDialog(TextMessage msg, int slotId) argument
1491 launchIdleText(int slotId) argument
1538 launchToneDialog(int slotId) argument
1555 launchOpenChannelDialog(int slotId) argument
1607 launchTransientEventMessage(int slotId) argument
1637 getNotificationId(int slotId) argument
1648 getItemName(int itemId, int slotId) argument
1661 removeMenu(int slotId) argument
1677 getStkContext(int slotId) argument
[all...]
H A DStkMain.java95 private void launchSTKMainMenu(int slotId) { argument
100 , PhoneConstants.SIM_ID_1 + slotId);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DImeiInformation.java59 for (int slotId = 0; slotId < slotCount; slotId ++) {
61 setPreferenceValue(slotId);
62 setNewKey(slotId);
106 private void setNewKey(int slotId) { argument
113 key = "_" + key + String.valueOf(slotId);
115 updateTitle(pref, slotId);
120 private void updateTitle(Preference pref, int slotId) { argument
124 // Slot starts from 1, slotId start
[all...]
H A DSimStatus.java415 final int slotId = Integer.parseInt(tabId);
416 mSir = mSelectableSubInfos.get(slotId);
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DSubscriptionListData.java69 final int slotId = selfParticipantData.getDisplaySlotId();
70 final String iconIdentifier = String.format(Locale.getDefault(), "%d", slotId);
73 context.getString(R.string.sim_slot_identifier, slotId) : subscriptionName;
H A DParticipantData.java386 final int slotId = subscriptionInfo.getSimSlotIndex();
389 if (mSlotId != slotId || mSubscriptionColor != color || mSubscriptionName != name) {
390 mSlotId = slotId;
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelecomAccountRegistry.java102 int slotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX;
117 // We can only get the real slotId from the SubInfoRecord, we can't calculate the
118 // slotId from the subId or the phoneId in all instances.
135 slotId = record.getSimSlotIndex();
141 if (SubscriptionManager.isValidSlotId(slotId)) {
142 slotIdString = Integer.toString(slotId);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastSettings.java560 final int slotId = Integer.parseInt(tabId);
561 mSir = mSelectableSubInfos.get(slotId);
579 public SubscriptionInfo findRecordBySlotId(Context context, final int slotId) { argument
587 if (sir.getSimSlotIndex() == slotId) {
/packages/apps/Settings/src/com/android/settings/sim/
H A DSimSettings.java261 public SimPreference(Context context, SubscriptionInfo subInfoRecord, int slotId) { argument
266 mSlotId = slotId;
H A DSimDialogActivity.java80 private void displayPreferredDialog(final int slotId) { argument
84 .getActiveSubscriptionInfoForSimSlotIndex(slotId);
/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsHttpClient.java489 * @param slotId the SIM slot ID
492 private String getNaiBySystemApi(final int slotId) { argument
496 return (String) method.invoke(mTelephonyManager, slotId);
/packages/apps/Settings/src/com/android/settings/
H A DIccLockSettings.java479 final int slotId = Integer.parseInt(tabId);
481 .getActiveSubscriptionInfoForSimSlotIndex(slotId);
H A DDataUsageSummary.java907 final int slotId = Integer.parseInt(mCurrentTab.substring(TAB_MOBILE.length(),
910 .getActiveSubscriptionInfoForSimSlotIndex(slotId);
2542 final int slotId = SubscriptionManager.getSlotId(subId);
2543 final boolean isReady = tele.getSimState(slotId) == SIM_STATE_READY;
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DParticipantRefresh.java344 static String getUpdateSelfParticipantSubscriptionInfoSql(final int slotId, argument
348 slotId, subscriptionColor, subscriptionName, where);
/packages/services/Telephony/src/com/android/phone/
H A DMobileNetworkSettings.java125 // We assume the the value returned by mTabHost.getCurrentTab() == slotId
391 private void updatePhone(int slotId) { argument
393 .getActiveSubscriptionInfoForSimSlotIndex(slotId);
402 if (DBG) log("updatePhone:- slotId=" + slotId + " sir=" + sir);
H A DPhoneInterfaceManager.java1876 * @return true if a ICC card is present for a slotId
1879 public boolean hasIccCardUsingSlotId(int slotId) { argument
1880 int subId[] = mSubscriptionController.getSubIdUsingSlotId(slotId);

Completed in 910 milliseconds