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

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java256 int slotId; field in class:StkAppService.DelayedCmd
258 DelayedCmd(int id, CatCmdMessage msg, int slotId) { argument
261 this.slotId = slotId;
282 CatLog.d(LOG_TAG, "slotId: " + i);
310 int slotId = 0;
313 slotId = args.getInt(SLOT_ID);
315 CatLog.d(LOG_TAG, "onStart sim id: " + slotId + ", op: " + op + ", *****");
316 if ((slotId >= 0 && slotId < mSimCoun
400 indicateMenuVisibility(boolean visibility, int slotId) argument
409 setDisplayTextDlgVisibility(boolean visibility, int slotId) argument
415 isInputPending(int slotId) argument
423 isMenuPending(int slotId) argument
431 isDialogPending(int slotId) argument
442 getMenu(int slotId) argument
454 getMainMenu(int slotId) argument
622 handleCardStatusChangeAndIccRefresh(Bundle args, int slotId) argument
660 isAllOtherCardsAbsent(int slotId) argument
685 handleIdleScreen(int slotId) argument
697 sendScreenBusyResponse(int slotId) argument
712 sendResponse(int resId, int slotId, boolean confirm) argument
741 handleDelayedCmd(int slotId) argument
761 callDelayedMsg(int slotId) argument
768 callSetActivityInstMsg(int inst_type, int slotId, Object obj) argument
776 handleSessionEnd(int slotId) argument
857 handleCmd(CatCmdMessage cmdMsg, int slotId) argument
1058 handleCmdResponse(Bundle args, int slotId) argument
1216 getFlagActivityNoUserAction(InitiatedByUserAction userAction, int slotId) argument
1223 cleanUpInstanceStackBySlot(int slotId) argument
1260 restoreInstanceFromStackBySlot(int slotId) argument
1295 launchMenuActivity(Menu menu, int slotId) argument
1341 launchInputActivity(int slotId) argument
1358 launchTextDialog(int slotId) argument
1399 sendSetUpEventResponse(int event, byte[] addedInfo, int slotId) argument
1415 checkForSetupEvent(int event, Bundle args, int slotId) argument
1460 removeSetUpEvent(int event, int slotId) argument
1476 launchEventMessage(int slotId) argument
1480 launchEventMessage(int slotId, TextMessage msg) argument
1516 launchConfirmationDialog(TextMessage msg, int slotId) argument
1589 launchIdleText(int slotId) argument
1648 launchToneDialog(int slotId) argument
1665 handlePlayTone(int slotId) argument
1707 playTone(boolean showUserInfo, int slotId) argument
1755 handleStopTone(Message msg, int slotId) argument
1783 launchOpenChannelDialog(final int slotId) argument
1837 launchTransientEventMessage(int slotId) argument
1867 getNotificationId(int slotId) argument
1878 getItemName(int itemId, int slotId) argument
1891 removeMenu(int slotId) argument
1907 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.java63 for (int slotId = 0; slotId < slotCount; slotId ++) {
65 setPreferenceValue(slotId);
66 setNewKey(slotId);
111 private void setNewKey(int slotId) { argument
118 key = "_" + key + String.valueOf(slotId);
120 updateTitle(pref, slotId);
125 private void updateTitle(Preference pref, int slotId) { argument
129 // Slot starts from 1, slotId start
[all...]
H A DSimStatus.java453 final int slotId = Integer.parseInt(tabId);
454 mSir = mSelectableSubInfos.get(slotId);
/packages/apps/Contacts/src/com/android/contacts/compat/
H A DTelephonyManagerCompat.java84 * @param slotId of which deviceID is returned
86 public static String getDeviceId(@Nullable TelephonyManager telephonyManager, int slotId) { argument
93 return telephonyManager.getDeviceId(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 DTelephonyConnectionService.java135 public int slotId; field in class:TelephonyConnectionService.SlotStatus
141 public SlotStatus(int slotId, int capabilities) { argument
142 this.slotId = slotId;
150 int getSimStateForSlotIdx(int slotId); argument
161 public int getSimStateForSlotIdx(int slotId) {
162 return SubscriptionManager.getSimStateForSlotIndex(slotId);
174 boolean hasIccCard(int slotId); argument
186 public boolean hasIccCard(int slotId) {
187 return sTelephonyManager.hasIccCard(slotId);
[all...]
H A DTelecomAccountRegistry.java118 int slotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX;
132 // We can only get the real slotId from the SubInfoRecord, we can't calculate the
133 // slotId from the subId or the phoneId in all instances.
150 slotId = record.getSimSlotIndex();
156 if (SubscriptionManager.isValidSlotIndex(slotId)) {
157 slotIdString = Integer.toString(slotId);
232 if (slotId != SubscriptionManager.INVALID_SIM_SLOT_INDEX) {
234 String.valueOf(slotId));
/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConnectionServiceTest.java516 private void setPhoneSlotState(int slotId, int slotState) { argument
517 when(mSubscriptionManagerProxy.getSimStateForSlotIdx(slotId)).thenReturn(slotState);
520 private void setSlotHasIccCard(int slotId, boolean isInserted) { argument
521 when(mTelephonyManagerProxy.hasIccCard(slotId)).thenReturn(isInserted);
/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.java505 final int slotId = Integer.parseInt(tabId);
507 .getActiveSubscriptionInfoForSimSlotIndex(slotId);
/packages/apps/Settings/src/com/android/settings/sim/
H A DSimDialogActivity.java79 private void displayPreferredDialog(final int slotId) { argument
83 .getActiveSubscriptionInfoForSimSlotIndex(slotId);
H A DSimSettings.java285 public SimPreference(Context context, SubscriptionInfo subInfoRecord, int slotId) { argument
290 mSlotId = slotId;
/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/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageList.java481 final int slotId = SubscriptionManager.getSlotIndex(subId);
482 final boolean isReady = tele.getSimState(slotId) == SIM_STATE_READY;
/packages/services/Telephony/src/com/android/phone/
H A DMobileNetworkSettings.java237 // We assume the the value returned by mTabHost.getCurrentTab() == slotId
557 private void updatePhone(int slotId) { argument
559 .getActiveSubscriptionInfoForSimSlotIndex(slotId);
568 Log.i(LOG_TAG, "updatePhone:- slotId=" + slotId + " sir=" + sir);

Completed in 624 milliseconds