Searched defs:EXTRA_SHOW_FRAGMENT_TITLE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java159 public static final String EXTRA_SHOW_FRAGMENT_TITLE = ":android:show_fragment_title"; field in class:PreferenceActivity
565 int initialTitle = getIntent().getIntExtra(EXTRA_SHOW_FRAGMENT_TITLE, 0);
1101 intent.putExtra(EXTRA_SHOW_FRAGMENT_TITLE, titleRes);

Completed in 108 milliseconds