Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java52 private static final String KEY_INPUT_DEVICE_IDENTIFIER = "inputDeviceIdentifier"; field in KeyboardLayoutDialogFragment
86 mInputDeviceIdentifier = savedInstanceState.getParcelable(KEY_INPUT_DEVICE_IDENTIFIER); in onCreate()
95 outState.putParcelable(KEY_INPUT_DEVICE_IDENTIFIER, mInputDeviceIdentifier); in onSaveInstanceState()