Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/calllogcache/
DCallLogCache.java47 private boolean hasCheckedForVideoAvailability; field in CallLogCache
61 hasCheckedForVideoAvailability = false; in reset()
82 if (!hasCheckedForVideoAvailability) { in canRelyOnVideoPresence()
84 hasCheckedForVideoAvailability = true; in canRelyOnVideoPresence()