Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarButton.java75 private String[] mComponentNames; field in CarSystemBarButton
168 if (mComponentNames == null) { in getComponentName()
171 return mComponentNames; in getComponentName()
248 mComponentNames = componentNameString.split(BUTTON_FILTER_DELIMITER); in setUpIntents()
/packages/apps/Launcher3/src/com/android/launcher3/settings/
DDeveloperOptionsFragment.java376 private final List<ComponentName> mComponentNames; field in DeveloperOptionsFragment.PluginPreference
398 mComponentNames = componentNames; in PluginPreference()
410 for (ComponentName componentName : mComponentNames) { in isPluginEnabled()
421 for (ComponentName componentName : mComponentNames) { in persistBoolean()