Searched refs:mCustomLabels (Results 1 – 2 of 2) sorted by relevance
56 private Map<String, String> mCustomLabels; field in InputOptionsFragment72 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
61 private Map<String, String> mCustomLabels; field in InputsFragment78 mCustomLabels = in onResume()206 customLabel = mCustomLabels.get(inputInfo.getId()); in refresh()