Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java286 TelephonyCountryCodeSlotInfo telephonyCountryCodeInfoSlot = in setTelephonyCountryCodeAndLastKnownCountryCode() local
289 telephonyCountryCodeInfoSlot.slotIdx = slotIdx; in setTelephonyCountryCodeAndLastKnownCountryCode()
290 telephonyCountryCodeInfoSlot.timestamp = LocalDateTime.now().format(FORMATTER); in setTelephonyCountryCodeAndLastKnownCountryCode()
294 telephonyCountryCodeInfoSlot.countryCode = null; in setTelephonyCountryCodeAndLastKnownCountryCode()
296 telephonyCountryCodeInfoSlot.countryCode = countryCode.toUpperCase(Locale.US); in setTelephonyCountryCodeAndLastKnownCountryCode()
300 telephonyCountryCodeInfoSlot.lastKnownCountryCode = null; in setTelephonyCountryCodeAndLastKnownCountryCode()
302 telephonyCountryCodeInfoSlot.lastKnownCountryCode = in setTelephonyCountryCodeAndLastKnownCountryCode()
356 for (TelephonyCountryCodeSlotInfo telephonyCountryCodeInfoSlot : in pickCountryCode()
358 if (telephonyCountryCodeInfoSlot != null in pickCountryCode()
359 && telephonyCountryCodeInfoSlot.countryCode != null) { in pickCountryCode()
[all …]
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java423 TelephonyCountryCodeSlotInfo telephonyCountryCodeInfoSlot = in setTelephonyCountryCodeAndLastKnownCountryCode() local
426 telephonyCountryCodeInfoSlot.slotIndex = slotIndex; in setTelephonyCountryCodeAndLastKnownCountryCode()
427 telephonyCountryCodeInfoSlot.timestamp = Instant.now(); in setTelephonyCountryCodeAndLastKnownCountryCode()
428 telephonyCountryCodeInfoSlot.countryCode = countryCode; in setTelephonyCountryCodeAndLastKnownCountryCode()
429 telephonyCountryCodeInfoSlot.lastKnownCountryCode = lastKnownCountryCode; in setTelephonyCountryCodeAndLastKnownCountryCode()