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

/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java99 private static final String PREFERENCES_TAG = "android:preferences"; field in class:PreferenceFragment
170 Bundle container = savedInstanceState.getBundle(PREFERENCES_TAG);
215 outState.putBundle(PREFERENCES_TAG, container);
H A DPreferenceActivity.java123 private static final String PREFERENCES_TAG = ":android:preferences"; field in class:PreferenceActivity
909 outState.putBundle(PREFERENCES_TAG, container);
917 Bundle container = state.getBundle(PREFERENCES_TAG);

Completed in 21 milliseconds