Home
last modified time | relevance | path

Searched defs:pref (Results 1 – 24 of 24) sorted by relevance

/frameworks/support/preference/src/androidTest/java/androidx/preference/tests/
DPreferenceParentGroupTest.java63 CheckBoxPreference pref = new CheckBoxPreference(mContext); in parentAddRemoveTest() local
94 CheckBoxPreference pref = new CheckBoxPreference(mContext); in parentReassignTest() local
121 CheckBoxPreference pref = new CheckBoxPreference(mContext); in parentDoubleAddTest() local
DPreferenceDataStoreTest.java170 CheckBoxPreference pref = new CheckBoxPreference(mContext); in testInitialValueIsFromDataStoreOnPreference() local
189 CheckBoxPreference pref = new CheckBoxPreference(mContext); in testInitialValueIsFromDataStoreOnPreferenceManager() local
/frameworks/support/samples/SupportPreferenceDemos/src/main/java/com/example/android/supportpreference/
DFragmentSupportPreferencesLeanback.java52 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) { in onPreferenceStartFragment()
65 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) { in onPreferenceStartScreen()
DFragmentSupportPreferences.java45 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) { in onPreferenceStartScreen()
DFragmentSupportPreferencesCompat.java45 public boolean onPreferenceStartScreen(PreferenceFragmentCompat caller, PreferenceScreen pref) { in onPreferenceStartScreen()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
DAccessPointPreferenceTest.java69 final AccessPointPreference pref = mock(AccessPointPreference.class); in refresh_openNetwork_updateContentDescription() local
84 AccessPointPreference pref = createWithAccessPoint(mockAccessPoint); in refresh_shouldUpdateIcon() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodAndSubtypeUtil.java169 final Preference pref = context.findPreference(imiId); in saveInputMethodSubtypeList() local
296 final Preference pref = context.findPreference(imiId); in loadInputMethodSubtypeList() local
321 final TwoStatePreference pref = (TwoStatePreference) preferenceScreen in setSubtypesPreferenceEnabled() local
350 final TwoStatePreference pref = (TwoStatePreference) preferenceScreen in updateSubtypesPreferenceChecked() local
359 public static void removeUnnecessaryNonPersistentPreference(final Preference pref) { in removeUnnecessaryNonPersistentPreference()
DInputMethodPreference.java69 void onSaveInputMethodPreference(InputMethodPreference pref); in onSaveInputMethodPreference()
DInputMethodAndSubtypeEnablerManager.java87 public boolean onPreferenceChange(final Preference pref, final Object newValue) { in onPreferenceChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerActivity.java77 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) { in onPreferenceStartFragment()
97 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) { in onPreferenceStartScreen()
DRadioListPreference.java124 SelectablePreference pref = new SelectablePreference(context); in update() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DAbstractSerialNumberPreferenceController.java56 final Preference pref = screen.findPreference(KEY_SERIAL_NUMBER); in displayPreference() local
/frameworks/layoutlib/bridge/src/android/preference/
DPreference_Delegate.java41 /*package*/ static View getView(Preference pref, View convertView, ViewGroup parent) { in getView()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/
DAbstractPreferenceController.java83 final Preference pref = group.findPreference(key); in setVisible() local
/frameworks/support/preference/src/main/java/androidx/preference/
DPreferenceFragmentCompat.java174 boolean onPreferenceStartFragment(PreferenceFragmentCompat caller, Preference pref); in onPreferenceStartFragment()
190 boolean onPreferenceStartScreen(PreferenceFragmentCompat caller, PreferenceScreen pref); in onPreferenceStartScreen()
202 Preference pref); in onPreferenceDisplayDialog()
DPreferenceFragment.java174 boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref); in onPreferenceStartFragment()
190 boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref); in onPreferenceStartScreen()
201 boolean onPreferenceDisplayDialog(@NonNull PreferenceFragment caller, Preference pref); in onPreferenceDisplayDialog()
/frameworks/support/leanback-preference/src/main/java/androidx/leanback/preference/
DLeanbackSettingsFragment.java102 public boolean onPreferenceDisplayDialog(@NonNull PreferenceFragment caller, Preference pref) { in onPreferenceDisplayDialog()
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java153 final Preference pref = mSubtypeEnablerPreference; in updateSubtypeEnabler() local
/frameworks/base/core/java/android/preference/
DPreferenceFragment.java163 boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref); in onPreferenceStartFragment()
DPreferenceActivity.java1432 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) { in onPreferenceStartFragment()
/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java101 int pref = TextKeyListener.getInstance().getPrefs(v.getContext()); in onTextChanged() local
DQwertyKeyListener.java92 int pref = 0; in onKeyDown() local
DMultiTapKeyListener.java91 int pref = 0; in onKeyDown() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPointPreference.java276 static CharSequence buildContentDescription(Context context, Preference pref, AccessPoint ap) { in buildContentDescription()