[Keyboard Setting] Rename KeyboardSettingUtils
rename KeyboardSettingUtils to match more about usage. Bug: 379594195 Test: atest SettingsRoboTests Flag: NONE, rename file. Change-Id: If978e7b56ecbdb0b571db5ff34553bbb20f976ee
This commit is contained in:
@@ -308,7 +308,7 @@ public class KeyboardLayoutDialogFragment extends InstrumentedDialogFragment
|
||||
public Keyboards loadInBackground() {
|
||||
Keyboards keyboards = new Keyboards();
|
||||
InputManager im = (InputManager)getContext().getSystemService(Context.INPUT_SERVICE);
|
||||
if (mInputDeviceIdentifier == null || NewKeyboardSettingsUtils.getInputDevice(
|
||||
if (mInputDeviceIdentifier == null || InputPeripheralsSettingsUtils.getInputDevice(
|
||||
im, mInputDeviceIdentifier) == null) {
|
||||
keyboards.keyboardLayouts.add(null); // default layout
|
||||
keyboards.current = 0;
|
||||
|
Reference in New Issue
Block a user