Searched refs:telephonyCountryCodeInfoSlot (Results 1 – 2 of 2) sorted by relevance
286 TelephonyCountryCodeSlotInfo telephonyCountryCodeInfoSlot = in setTelephonyCountryCodeAndLastKnownCountryCode() local289 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 …]
423 TelephonyCountryCodeSlotInfo telephonyCountryCodeInfoSlot = in setTelephonyCountryCodeAndLastKnownCountryCode() local426 telephonyCountryCodeInfoSlot.slotIndex = slotIndex; in setTelephonyCountryCodeAndLastKnownCountryCode()427 telephonyCountryCodeInfoSlot.timestamp = Instant.now(); in setTelephonyCountryCodeAndLastKnownCountryCode()428 telephonyCountryCodeInfoSlot.countryCode = countryCode; in setTelephonyCountryCodeAndLastKnownCountryCode()429 telephonyCountryCodeInfoSlot.lastKnownCountryCode = lastKnownCountryCode; in setTelephonyCountryCodeAndLastKnownCountryCode()