OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cachedinfo
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfoCache.java
117
AccessibilityNodeInfo
cachedInfo
= mCacheImpl.get(sourceId);
119
if (
cachedInfo
== null) {
123
if (
cachedInfo
.refresh(true)) {
AccessibilityInteractionClient.java
191
AccessibilityNodeInfo
cachedInfo
= sAccessibilityNodeInfoCache.get(
193
if (
cachedInfo
!= null) {
194
return
cachedInfo
;
/external/chromium_org/net/quic/crypto/
proof_verifier.h
20
// details are saved in the
CachedInfo
for the origin in question.
/external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java
761
ServiceInfoImpl
cachedInfo
= (ServiceInfoImpl) ((DNSRecord) pointerEntry).getServiceInfo(persistent);
762
if (
cachedInfo
!= null) {
765
Map<Fields, String> map =
cachedInfo
.getQualifiedNameMap();
772
cachedInfo
= new ServiceInfoImpl(map, cachedServiceEntryInfo.getPort(), cachedServiceEntryInfo.getWeight(), cachedServiceEntryInfo.getPriority(), persistent, (byte[]) null);
782
cachedInfo
.addAddress(address);
784
cachedInfo
._setText(cachedAddressInfo.getTextBytes());
792
cachedInfo
.addAddress(address);
794
cachedInfo
._setText(cachedAddressInfo.getTextBytes());
797
DNSEntry textEntry = this.getCache().getDNSEntry(
cachedInfo
.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_ANY);
801
cachedInfo
._setText(cachedTextInfo.getTextBytes())
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java
574
ExpirableCache.CachedValue<ContactInfo>
cachedInfo
=
576
ContactInfo info =
cachedInfo
== null ? null :
cachedInfo
.getValue();
582
} else if (
cachedInfo
== null) {
591
if (
cachedInfo
.isExpired()) {
[
all
...]
/external/chromium_org/net/socket/
ssl_client_socket_nss.cc
619
// with the TLS
CachedInfo
extension. If called, it must not be called
[
all
...]
Completed in 135 milliseconds