Home
last modified time | relevance | path

Searched refs:cachedInfo (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java110 ExpirableCache.CachedValue<ContactInfo> cachedInfo = cache.getCachedValue(numberCountryIso); in getValue() local
111 ContactInfo info = cachedInfo == null ? null : cachedInfo.getValue(); in getValue()
116 if (cachedInfo == null) { in getValue()
125 if (cachedInfo.isExpired()) { in getValue()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Ddecoder-private.c100 if (d1 != frame->cachedInfo) { in OI_SBC_ReadHeader()
115 frame->cachedInfo = d1; in OI_SBC_ReadHeader()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_codec_sbc.h192 uint8_t cachedInfo; /**< Information about the previous frame */ member
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java1520 for (SubscriptionInfo cachedInfo : mActiveSubscriptionInfos) { in loadSims()
1521 if (newInfo.getCarrierId() == cachedInfo.getCarrierId()) { in loadSims()