Searched refs:mCustomLabels (Results 1 – 2 of 2) sorted by relevance
51 private Map<String, String> mCustomLabels; field in InputOptionsFragment67 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
57 private Map<String, String> mCustomLabels; field in InputsFragment74 mCustomLabels = in onResume()202 customLabel = mCustomLabels.get(inputInfo.getId()); in refresh()