Searched refs:mCustomLabels (Results 1 – 2 of 2) sorted by relevance
55 private Map<String, String> mCustomLabels; field in InputOptionsFragment71 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
65 private Map<String, String> mCustomLabels; field in InputsFragment83 mCustomLabels = in onResume()219 customLabel = mCustomLabels.get(inputInfo.getId()); in refresh()