Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DInputOptionsFragment.java55 private Map<String, String> mCustomLabels; field in InputOptionsFragment
71 mCustomLabels = in onCreate()
103 final CharSequence customLabel = mCustomLabels.get(mInputInfo.getId()); in refresh()
165 mCustomLabels.remove(mInputInfo.getId()); in setInputName()
167 mCustomLabels.put(mInputInfo.getId(), name.toString()); in setInputName()
171 .putCustomLabels(getContext(), mCustomLabels, UserHandle.USER_SYSTEM); in setInputName() local
DInputsFragment.java65 private Map<String, String> mCustomLabels; field in InputsFragment
83 mCustomLabels = in onResume()
219 customLabel = mCustomLabels.get(inputInfo.getId()); in refresh()