Home | History | Annotate | Download | only in telephony

Lines Matching refs:slotIdx

1804         int slotIdx = getDefaultSim();
1805 // slotIdx may be invalid due to sim being absent. In that case query all slots to get
1807 if (slotIdx < 0) {
1813 Rlog.d(TAG, "getSimState: default sim:" + slotIdx + ", sim state for " +
1814 "slotIdx=" + i + " is " + simState + ", return state as unknown");
1818 Rlog.d(TAG, "getSimState: default sim:" + slotIdx + ", all SIMs absent, return " +
1822 return getSimState(slotIdx);
1828 * @param slotIdx
1841 public int getSimState(int slotIdx) {
1842 slotIdx);