HomeSort by relevance Sort by last modified time
    Searched full:preference (Results 176 - 200 of 648) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/res/res/layout/
preferences.xml 18 android.R.layout.preference. -->
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
pkg_android.preference.html 10 android.preference
74 Package <A HREF="../../../../reference/android/preference/package-summary.html" target="_top"><font size="+1"><code>android.preference</code></font></A>
85 <nobr><A HREF="android.preference.DialogPreference.html">DialogPreference</A></nobr>
  /packages/apps/Camera/src/com/android/camera/
CameraPreference.java 22 import android.preference.PreferenceManager;
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmPreference.java 23 import android.preference.RingtonePreference;
  /packages/apps/Gallery/src/com/android/camera/
GallerySettings.java 22 import android.preference.PreferenceActivity;
  /packages/apps/QuickSearchBox/res/xml/
preferences.xml 41 <Preference
  /packages/apps/Settings/res/xml/
device_picker.xml 20 <Preference
wifi_access_points.xml 25 <Preference
wifi_ap_settings.xml 25 <Preference
wifi_settings.xml 39 <Preference
  /packages/apps/Settings/src/com/android/settings/
ProgressCategory.java 20 import android.preference.PreferenceCategory;
ApnEditor.java 29 import android.preference.EditTextPreference;
30 import android.preference.ListPreference;
31 import android.preference.Preference;
32 import android.preference.PreferenceActivity;
44 Preference.OnPreferenceChangeListener {
265 public boolean onPreferenceChange(Preference preference, Object newValue) {
266 String key = preference.getKey();
459 Preference pref = findPreference(key)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputLanguageSelection.java 29 import android.preference.CheckBoxPreference;
30 import android.preference.PreferenceActivity;
31 import android.preference.PreferenceGroup;
32 import android.preference.PreferenceManager;
  /frameworks/base/core/java/android/preference/
DialogPreference.java 17 package android.preference;
40 * A base class for {@link Preference} objects that are
42 * actual preference controls.
51 public abstract class DialogPreference extends Preference implements
76 // Fallback on the regular title of the preference
254 * Prepares the dialog builder to be shown when the preference is clicked.
269 * Shows the dialog associated with this Preference. This is normally initiated
270 * automatically on clicking on the preference. Call this method if you need to
311 * Returns whether the preference needs to display a soft input method when the dialog
398 * Gets the dialog that is shown by this preference
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 26 import org.eclipse.jface.preference.DirectoryFieldEditor;
27 import org.eclipse.jface.preference.FieldEditorPreferencePage;
40 * This class represents a preference page that is contributed to the
46 * preference store that belongs to the main plug-in class. That way,
47 * preferences can be accessed directly via the preference store.
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTests.java 212 * @param preference the device's preferred location of where to install apps
217 public void installAppAutoLoc(PackageManagerHostTestUtils.InstallLocPreference preference,
226 mPMHostUtils.setDevicePreferredInstallLocation(preference);
239 * will install the app to the device when device's preference is auto.
253 * will install the app to the device when device's preference is internal.
267 * will install the app to the SD card when device's preference is external.
284 * @param preference the device's preferred location of where to install apps
289 public void installAppInternalLoc(PackageManagerHostTestUtils.InstallLocPreference preference,
298 mPMHostUtils.setDevicePreferredInstallLocation(preference);
311 * will install the app to the device when device's preference is auto
    [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 36 import android.preference.PreferenceManager;
80 // preference constants
165 // register for preference changes, so we can restart listeners on
209 Log.e(LOG_TAG, "Invalid preference for location min distance", e);
221 Log.e(LOG_TAG, "Invalid preference for location min time", e);
438 Log.d(LOG_TAG, "restarting listeners due to preference change");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 36 import org.eclipse.jface.preference.IPreferenceStore;
262 * <code>PreferenceStore</code> object and a preference entry name String
264 * and update the preference store accordingly.
269 * @param sample_text A sample text to figure out column width if preference
272 * @param pref_name The preference entry name for column width
273 * @param prefs The preference store
  /packages/apps/Phone/src/com/android/phone/
CLIRListPreference.java 15 import android.preference.ListPreference;
66 // set the value of the preference based upon the clirArgs.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNamePreference.java 27 import android.preference.EditTextPreference;
37 * BluetoothNamePreference is the preference type for editing the device's
  /sdk/androidprefs/src/com/android/prefs/
AndroidLocation.java 70 "This is the path of preference folder expected by the Android tools.",
78 "This is the path of preference folder expected by the Android tools.");
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java 25 import org.eclipse.jface.preference.IPreferenceStore;
30 * Class used to initialize default preference values.
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
AbstractPreferences.java 40 * implemented by a preference provider.
54 private static final EventDispatcher dispatcher = new EventDispatcher("Preference Event Dispatcher"); //$NON-NLS-1$
88 /** true if this node is in user preference hierarchy */
249 * Returns the child preference node with the given name, creating it
261 * the name of the child preference to be returned.
262 * @return the child preference node.
273 * the given preference key.
275 * the given preference value.
280 * Gets the preference value mapped to the given key. The caller of this
288 * @return the preference value mapped to the given key
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
PrincipalUtil.java 12 * Use this in preference to trying to recreate a principal from a String, not all
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperSettingsActivity.java 21 import android.preference.PreferenceActivity;

Completed in 1225 milliseconds

1 2 3 4 5 6 78 91011>>