Home
last modified time | relevance | path

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

/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/
DInputMethodAndSubtypeUtilCompat.java170 final Preference pref = context.findPreference(imiId); in saveInputMethodSubtypeList() local
297 final Preference pref = context.findPreference(imiId); in loadInputMethodSubtypeList() local
322 final TwoStatePreference pref = (TwoStatePreference) preferenceScreen in setSubtypesPreferenceEnabled() local
351 final TwoStatePreference pref = (TwoStatePreference) preferenceScreen in updateSubtypesPreferenceChecked() local
360 public static void removeUnnecessaryNonPersistentPreference(final Preference pref) { in removeUnnecessaryNonPersistentPreference()
DInputMethodAndSubtypeUtil.java170 final Preference pref = context.findPreference(imiId); in saveInputMethodSubtypeList() local
297 final Preference pref = context.findPreference(imiId); in loadInputMethodSubtypeList() local
322 final TwoStatePreference pref = (TwoStatePreference) preferenceScreen in setSubtypesPreferenceEnabled() local
351 final TwoStatePreference pref = (TwoStatePreference) preferenceScreen in updateSubtypesPreferenceChecked() local
360 public static void removeUnnecessaryNonPersistentPreference(final Preference pref) { in removeUnnecessaryNonPersistentPreference()
DInputMethodPreference.java69 void onSaveInputMethodPreference(InputMethodPreference pref); in onSaveInputMethodPreference()
DInputMethodAndSubtypeEnablerManager.java88 public boolean onPreferenceChange(final Preference pref, final Object newValue) { in onPreferenceChange()
DInputMethodAndSubtypeEnablerManagerCompat.java89 public boolean onPreferenceChange(final Preference pref, final Object newValue) { in onPreferenceChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerActivity.java90 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) { in onPreferenceStartFragment()
110 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) { in onPreferenceStartScreen()
DRadioListPreference.java122 SelectablePreference pref = new SelectablePreference(context); in update() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DAbstractSerialNumberPreferenceController.java57 final Preference pref = screen.findPreference(KEY_SERIAL_NUMBER); in displayPreference() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DActionButtonsPreferenceTest.java255 final ActionButtonsPreference pref = mock(ActionButtonsPreference.class); in createMock() 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.java92 final Preference pref = group.findPreference(key); in setVisible() local
/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java103 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/core/java/android/preference/
DPreferenceFragment.java154 boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref); in onPreferenceStartFragment()
DPreferenceActivity.java1422 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) { in onPreferenceStartFragment()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPointPreference.java274 static CharSequence buildContentDescription(Context context, Preference pref, AccessPoint ap) { in buildContentDescription()