Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DCachingIconLoader.kt36 drawableState = queryCache(drawableId) in getIcon()
61 private fun queryCache(drawableId: String?): NowOrLater<Drawable.ConstantState?>? { in queryCache() method in com.android.quicksearchbox.CachingIconLoader