Searched refs:def (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DWeekSelector.java46 int def = MusicUtils.getIntPref(this, "numweeks", 2);
47 int pos = icicle != null ? icicle.getInt("numweeks", def - 1) : def - 1;
H A DMusicUtils.java1089 static int getIntPref(Context context, String name, int def) { argument
1092 return prefs.getInt(name, def);
/packages/apps/Email/src/com/android/email/
H A DPreferences.java341 private boolean getBoolean(Context context, String account, String key, boolean def) { argument
342 return mSharedPreferences.getBoolean(makeKey(account, key), def);
/packages/apps/Settings/src/com/android/settings/
H A DDreamBackend.java172 private boolean getBoolean(String key, boolean def) { argument
173 return Settings.Secure.getInt(mContext.getContentResolver(), key, def ? 1 : 0) == 1;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1662 for (int def : otherDefs) {
1663 int tagInfo = infos.get(def);
1686 int def = defineTag(i, tagId);
1687 if (infos.get(def) != DEFINITION_NULL) {
1688 defs[counter++] = def;

Completed in 254 milliseconds