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.java56 private Map<String, String> mCustomLabels; field in InputOptionsFragment
72 mCustomLabels = in onCreate()
104 final CharSequence customLabel = mCustomLabels.get(mInputInfo.getId()); in refresh()
166 mCustomLabels.remove(mInputInfo.getId()); in setInputName()
168 mCustomLabels.put(mInputInfo.getId(), name.toString()); in setInputName()
172 .putCustomLabels(getContext(), mCustomLabels, UserHandle.USER_SYSTEM); in setInputName() local
DInputsFragment.java61 private Map<String, String> mCustomLabels; field in InputsFragment
78 mCustomLabels = in onResume()
206 customLabel = mCustomLabels.get(inputInfo.getId()); in refresh()