Searched refs:editedName (Results 1 – 1 of 1) sorted by relevance
172 String editedName = getEditedName(); in onEditorAction() local173 if (TextUtils.isEmpty(editedName)) { in onEditorAction()176 setDeviceName(editedName); in onEditorAction()186 String editedName = getEditedName(); in refreshRenameButton() local188 !TextUtils.isEmpty(editedName) && !Objects.equals(editedName, getDeviceName())); in refreshRenameButton()