Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java123 public LauncherAppState(Context context, @Nullable String iconCacheFileName) { in LauncherAppState() argument
129 mIconCache = new IconCache(mContext, mInvariantDeviceProfile, iconCacheFileName); in LauncherAppState()