Home
last modified time | relevance | path

Searched refs:slotIdx (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java120 public int slotIdx; field in UwbCountryCode.TelephonyCountryCodeSlotInfo
127 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() argument
285 + ", last country code to: " + lastKnownCountryCode + " for slotIdx: " + slotIdx); in setTelephonyCountryCodeAndLastKnownCountryCode()
[all …]
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DEidStatus.java119 .mapToObj(slotIdx -> mSlotSimStatus.getSubscriptionInfo(slotIdx)) in getEidPerSlot()