HomeSort by relevance Sort by last modified time
    Searched full:preference (Results 301 - 325 of 2308) sorted by null

<<11121314151617181920>>

  /packages/apps/Calendar/res/xml/
calendar_settings_headers.xml 17 <preference-headers
24 </preference-headers>
  /packages/apps/Contacts/res/xml/
preference_display_options.xml 18 <com.android.contacts.preference.SortOrderPreference
23 <com.android.contacts.preference.DisplayOrderPreference
  /packages/apps/Contacts/src/com/android/contacts/preference/
DisplayOptionsPreferenceFragment.java 17 package com.android.contacts.preference;
20 import android.preference.PreferenceFragment;
  /packages/apps/Mms/res/xml/
preferences.xml 22 <Preference
32 </Preference>
33 <Preference
42 </Preference>
46 <Preference android:key="pref_key_mms_clear_history"
54 <Preference android:key="pref_key_sms_delete_limit"
59 <Preference android:key="pref_key_mms_delete_limit"
71 <Preference android:key="pref_key_manage_sim_messages"
  /packages/apps/Settings/res/xml/
data_usage_metered_prefs.xml 19 <Preference
34 <Preference
tts_engine_settings.xml 25 <Preference
31 <Preference
  /packages/apps/Settings/src/com/android/settings/
DefaultRingtonePreference.java 24 import android.preference.RingtonePreference;
40 * Since this preference is for choosing the default ringtone, it
IccLockSettings.java 28 import android.preference.CheckBoxPreference;
29 import android.preference.Preference;
30 import android.preference.PreferenceActivity;
31 import android.preference.PreferenceScreen;
40 * Implements the preference screen to enable/disable ICC lock and
220 // There is one case where the dialog is popped up by the preference
221 // framework. In that case, let the preference framework store the
290 public void onPinEntered(EditPinPreference preference, boolean positiveResult) {
296 mPin = preference.getText()
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 27 import android.preference.Preference;
40 final class BluetoothDiscoverableEnabler implements Preference.OnPreferenceClickListener {
53 // Use the same preference key for discoverable timeout as the old ListPreference.
65 private final Preference mDiscoveryPreference;
96 Preference discoveryPreference) {
126 public boolean onPreferenceClick(Preference preference) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java 28 import android.preference.Preference;
29 import android.preference.PreferenceGroup;
154 * Create a single User Dictionary Preference object, with its parameters set.
156 * @return The corresponding preference.
158 protected Preference createUserDictionaryPreference(String locale, Activity activity) {
159 final Preference newPref = new Preference(getActivity());
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentSettings.java 25 import android.preference.Preference;
26 import android.preference.PreferenceManager;
27 import android.preference.PreferenceScreen;
75 PaymentAppPreference preference = local
77 preference.setTitle(appInfo.caption);
79 screen.addPreference(preference);
194 public static class PaymentAppPreference extends Preference {
  /packages/experimental/NotificationShowcase/
proguard.cfg 14 -keep public class * extends android.preference.Preference
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionarySettingsActivity.java 23 import android.preference.PreferenceActivity;
26 * Preference screen.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SpellCheckerSettingsActivity.java 23 import android.preference.PreferenceActivity;
26 * Spell checker preference screen.
  /packages/services/Telephony/res/xml/
carrier_select.xml 19 <Preference
24 <Preference
  /packages/services/Telephony/src/com/android/phone/
DefaultRingtonePreference.java 23 import android.preference.RingtonePreference;
41 * Since this preference is for choosing the default ringtone, it
  /packages/wallpapers/Galaxy4/
proguard.cfg 14 -keep public class * extends android.preference.Preference
  /packages/wallpapers/NoiseField/
proguard.cfg 14 -keep public class * extends android.preference.Preference
  /packages/wallpapers/PhaseBeam/
proguard.cfg 14 -keep public class * extends android.preference.Preference
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LaunchPreferencePage.java 21 import org.eclipse.jface.preference.FieldEditorPreferencePage;
22 import org.eclipse.jface.preference.StringFieldEditor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
AndroidPreferencePage.java 19 import org.eclipse.jface.preference.PreferencePage;
38 // to which DDMS & logcat attach their preference pages.
  /sdk/testapps/customViewTest/libWithCustomView/
proguard.cfg 14 -keep public class * extends android.preference.Preference
  /frameworks/base/location/java/android/location/
SettingInjectorService.java 29 * Dynamically specifies the summary (subtitle) and enabled status of a preference injected into
36 * To add a preference to the list, a subclass of {@link SettingInjectorService} must be declared in
60 * <li>title: The {@link android.preference.Preference#getTitle()} value. The title should make
64 * <li>icon: The {@link android.preference.Preference#getIcon()} value. Typically this will be a
211 * Returns the {@link android.preference.Preference#getSummary()} value (allowed to be null or
215 * @return the {@link android.preference.Preference#getSummary()} valu
    [all...]
  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomPreference.java 24 import android.preference.Preference;
25 import android.preference.PreferenceManager;
30 public class CustomPreference extends Preference {
59 protected Preference findPreferenceInHierarchy(String key) {
  /external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.html 10 * preference value.
20 * Updates the UI to reflect the state of the preference.
44 * If there was an error getting the preference, does nothing.
83 * Called from the UI to change the preference value.
85 * @param enabled{boolean} The new preference value.

Completed in 917 milliseconds

<<11121314151617181920>>