Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/settings/
H A DDeveloperOptionsFragment.java416 PluginPreference(Context prefContext, ResolveInfo pluginInfo, in PluginPreference() argument
420 mPackageName = pluginInfo.serviceInfo.applicationInfo.packageName; in PluginPreference()
425 if (pluginInfo.filter != null) { in PluginPreference()
428 settingsIntent.addCategory(pluginInfo.filter.getAction(0)); in PluginPreference()
437 setTitle(pluginInfo.loadLabel(pm)); in PluginPreference()