Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/bitmap/
DAltPooledCache.java69 public V get(K key, boolean incrementRefCount) { in get() argument
75 if (incrementRefCount && result != null) { in get()
DPooledCache.java21 V get(K key, boolean incrementRefCount); in get() argument