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.java51 private Map<String, String> mCustomLabels; field in InputOptionsFragment
67 mCustomLabels = in onCreate()
99 final CharSequence customLabel = mCustomLabels.get(mInputInfo.getId()); in refresh()
161 mCustomLabels.remove(mInputInfo.getId()); in setInputName()
163 mCustomLabels.put(mInputInfo.getId(), name.toString()); in setInputName()
167 .putCustomLabels(getContext(), mCustomLabels, UserHandle.USER_SYSTEM); in setInputName() local
DInputsFragment.java57 private Map<String, String> mCustomLabels; field in InputsFragment
74 mCustomLabels = in onResume()
202 customLabel = mCustomLabels.get(inputInfo.getId()); in refresh()