Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java559 Drawable drawable = checkIconCache(drawableUri); in getDrawableFromResourceValue()
570 Drawable drawable = checkIconCache(drawableId); in getDrawableFromResourceValue()
624 private Drawable checkIconCache(String resourceUri) { in checkIconCache() method in SuggestionsAdapter