[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:
@@ -48,9 +48,9 @@ public class NewKeyboardLayoutPickerContent extends DashboardFragment {
|
||||
InputManager im = getContext().getSystemService(InputManager.class);
|
||||
InputDeviceIdentifier identifier =
|
||||
getArguments().getParcelable(
|
||||
NewKeyboardSettingsUtils.EXTRA_INPUT_DEVICE_IDENTIFIER);
|
||||
InputPeripheralsSettingsUtils.EXTRA_INPUT_DEVICE_IDENTIFIER);
|
||||
if (identifier == null
|
||||
|| NewKeyboardSettingsUtils.getInputDevice(im, identifier) == null) {
|
||||
|| InputPeripheralsSettingsUtils.getInputDevice(im, identifier) == null) {
|
||||
getActivity().finish();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user