Home
last modified time | relevance | path

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

/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
DShortcutAdapter.java48 private final AppLabelCache mAppLabelCache; field in ShortcutAdapter
53 mAppLabelCache = new AppLabelCache(mContext); in ShortcutAdapter()
172 + "App: " + mAppLabelCache.getAppLabel(si.getPackage())); in bindView()