Searched refs:cachedInfo (Results 1 – 8 of 8) sorted by relevance
110 ExpirableCache.CachedValue<ContactInfo> cachedInfo = cache.getCachedValue(numberCountryIso); in getValue() local111 ContactInfo info = cachedInfo == null ? null : cachedInfo.getValue(); in getValue()116 if (cachedInfo == null) { in getValue()125 if (cachedInfo.isExpired()) { in getValue()
101 if (d1 != frame->cachedInfo) { in OI_SBC_ReadHeader()116 frame->cachedInfo = d1; in OI_SBC_ReadHeader()
256 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId); in removeCachedNodeLocked() local258 if (cachedInfo == null) { in removeCachedNodeLocked()262 return cachedInfo; in removeCachedNodeLocked()
497 AccessibilityNodeInfo cachedInfo = sAccessibilityCache.getNode( in findAccessibilityNodeInfoByAccessibilityId() local499 if (cachedInfo != null) { in findAccessibilityNodeInfoByAccessibilityId()513 return cachedInfo; in findAccessibilityNodeInfoByAccessibilityId()
188 uint8_t cachedInfo; /**< Information about the previous frame */ member
1540 ImsServiceInfo cachedInfo = mInstalledServicesCache.get(info.name); in handleMsimConfigChange() local1541 if (cachedInfo != null) { in handleMsimConfigChange()1543 cachedInfo.replaceFeatures(info.getSupportedFeatures()); in handleMsimConfigChange()1546 cachedInfo.getSupportedFeatures() in handleMsimConfigChange()
1488 for (SubscriptionInfo cachedInfo : mActiveSubscriptionInfos) { in loadSims()1489 if (newInfo.getCarrierId() == cachedInfo.getCarrierId()) { in loadSims()
1467 for (SubscriptionInfo cachedInfo : mActiveSubscriptionInfos) { in loadSims()1468 if (newInfo.getCarrierId() == cachedInfo.getCarrierId()) { in loadSims()