Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java104 private final InstantAppResolver mInstantAppResolver; field in IconCache
121 mInstantAppResolver = InstantAppResolver.newInstance(mContext); in IconCache()
136 return mInstantAppResolver.isInstantApp(info); in isInstantApp()