Searched refs:slotIdx (Results 1 – 2 of 2) sorted by relevance
120 public int slotIdx; field in UwbCountryCode.TelephonyCountryCodeSlotInfo127 return "TelephonyCountryCodeSlotInfo[ slotIdx: " + slotIdx in toString()207 int slotIdx = intent.getIntExtra( in initialize()216 slotIdx, countryCode, lastKnownCountryCode); in initialize()250 for (Integer slotIdx : slotIdxs) { in initialize()253 countryCode = mTelephonyManager.getNetworkCountryIso(slotIdx); in initialize()255 Log.e(TAG, "Failed to get country code for slot id:" + slotIdx, e); in initialize()258 setTelephonyCountryCodeAndLastKnownCountryCode(slotIdx, countryCode, null); in initialize()282 private void setTelephonyCountryCodeAndLastKnownCountryCode(int slotIdx, String countryCode, in setTelephonyCountryCodeAndLastKnownCountryCode() argument285 + ", last country code to: " + lastKnownCountryCode + " for slotIdx: " + slotIdx); in setTelephonyCountryCodeAndLastKnownCountryCode()[all …]
119 .mapToObj(slotIdx -> mSlotSimStatus.getSubscriptionInfo(slotIdx)) in getEidPerSlot()