Home
last modified time | relevance | path

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

/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
DSpellCheckerSettingsActivity.java34 final Intent modIntent = new Intent(super.getIntent()); in getIntent() local
35 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, SpellCheckerSettingsFragment.class.getName()); in getIntent()
36 modIntent.putExtra(EXTRA_NO_HEADERS, true); in getIntent()
37 return modIntent; in getIntent()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DImePreferences.java30 final Intent modIntent = new Intent(super.getIntent()); in getIntent() local
31 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, Settings.class.getName()); in getIntent()
32 modIntent.putExtra(EXTRA_NO_HEADERS, true); in getIntent()
33 return modIntent; in getIntent()