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

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

Completed in 295 milliseconds