Home | History | Annotate | Download | only in stk

Lines Matching refs:mSimCount

177     private int mSimCount = 0;
303 mSimCount = TelephonyManager.from(mContext).getSimCount();
304 CatLog.d(LOG_TAG, "simCount: " + mSimCount);
305 mStkService = new AppInterface[mSimCount];
306 mStkContext = new StkContext[mSimCount];
308 for (i = 0; i < mSimCount; i++) {
343 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null) {
350 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) {
361 if (i == mSimCount) {
426 if (slotId >= 0 && slotId < mSimCount) {
435 if (slotId >= 0 && slotId < mSimCount) {
441 if (slotId >= 0 && slotId < mSimCount) {
449 if (slotId >= 0 && slotId < mSimCount) {
457 if (slotId >= 0 && slotId < mSimCount) {
465 if (slotId >= 0 && slotId < mSimCount) {
477 if (slotId >=0 && slotId < mSimCount) {
489 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) {
491 if (menu != null && mSimCount > PhoneConstants.MAX_PHONE_COUNT_SINGLE_SIM) {
616 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) {
621 if (i == mSimCount) {
657 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) {
667 for (int slot = 0; slot < mSimCount; slot++) {
679 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) {
731 for (i = 0; i < mSimCount; i++) {
736 if (i == mSimCount) {
1009 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) {
1018 if (i == mSimCount) {
1593 for (int slot = 0; slot < mSimCount; slot++) {
1605 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) {
1619 return getNotificationId(slotId) + (notificationType * mSimCount);
1758 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) {
2287 if (slotId >= 0 && slotId < mSimCount) {
2326 if (slotId >= 0 && slotId < mSimCount) {