Searched refs:KEY_INPUT_DEVICE_IDENTIFIER (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DKeyboardLayoutDialogFragment.java52 private static final String KEY_INPUT_DEVICE_IDENTIFIER = "inputDeviceIdentifier"; field in class:KeyboardLayoutDialogFragment
87 mInputDeviceIdentifier = savedInstanceState.getParcelable(KEY_INPUT_DEVICE_IDENTIFIER);
96 outState.putParcelable(KEY_INPUT_DEVICE_IDENTIFIER, mInputDeviceIdentifier);

Completed in 71 milliseconds