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

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java161 private int mSimCount = 0; field in class:StkAppService
258 mSimCount = TelephonyManager.from(mContext).getSimCount();
259 CatLog.d(LOG_TAG, "simCount: " + mSimCount);
260 mStkService = new AppInterface[mSimCount];
261 mStkContext = new StkContext[mSimCount];
265 for (i = 0; i < mSimCount; i++) {
300 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null) {
307 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) {
317 if (i == mSimCount) {
380 if (slotId >= 0 && slotId < mSimCount) {
[all...]

Completed in 39 milliseconds