Searched refs:SELECTION_KEY (Results 1 – 2 of 2) sorted by relevance
62 static final String SELECTION_KEY = "delection_key"; field in ModifierKeysPickerDialogFragment88 savedInstanceState.putString(SELECTION_KEY, mKeyFocus); in onSaveInstanceState()102 mKeyFocus = getArguments().getString(SELECTION_KEY); in onCreateDialog()104 mKeyFocus = savedInstanceState.getString(SELECTION_KEY); in onCreateDialog()
190 ModifierKeysPickerDialogFragment.SELECTION_KEY, in showModifierKeysDialog()