Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DIconCache.java93 private final InstantAppResolver mInstantAppResolver; field in IconCache
111 mInstantAppResolver = InstantAppResolver.newInstance(mContext); in IconCache()
122 return mInstantAppResolver.isInstantApp(info); in isInstantApp()