Home
last modified time | relevance | path

Searched refs:def (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/TV/src/com/android/tv/tuner/util/
DSystemPropertiesProxy.java32 public static boolean getBoolean(String key, boolean def) in getBoolean() argument
39 return (boolean) getBooleanMethod.invoke(SystemPropertiesClass, key, def); in getBoolean()
44 return def; in getBoolean()
47 public static int getInt(String key, int def) in getInt() argument
54 return (int) getIntMethod.invoke(SystemPropertiesClass, key, def); in getInt()
59 return def; in getInt()
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarUiResourceLoader.java65 Context context, String boolName, boolean def) { in getBoolean() argument
71 return def; in getBoolean()
77 return def; in getBoolean()
83 Context context, String dimenName, float def) { in getDimen() argument
89 return def; in getDimen()
95 return def; in getDimen()
/packages/apps/Settings/src/com/android/settings/notification/
DSettingPref.java47 public SettingPref(int type, String key, String setting, int def, int... values) { in SettingPref() argument
51 mDefault = def; in SettingPref()
148 protected static int getInt(int type, ContentResolver cr, String setting, int def) { in getInt() argument
151 return Global.getInt(cr, setting, def); in getInt()
153 return System.getInt(cr, setting, def); in getInt()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DSettingsShadowSystemProperties.java37 public static synchronized boolean getBoolean(String key, boolean def) { in getBoolean() argument
43 return ShadowSystemProperties.getBoolean(key, def); in getBoolean()
59 public static String get(String key, String def) { in get() argument
61 return value == null ? def : value; in get()
DShadowSecureSettings.java62 public static int getIntForUser(ContentResolver cr, String name, int def, int userHandle) { in getIntForUser() argument
63 return getInt(cr, name, def); in getIntForUser()
/packages/apps/TV/src/com/android/tv/receiver/
DAudioCapabilitiesReceiver.java128 private boolean getBoolean(String key, boolean def) { in getBoolean() argument
129 return getSharedPreferences().getBoolean(key, def); in getBoolean()
136 private int getInt(String key, int def) { in getInt() argument
137 return getSharedPreferences().getInt(key, def); in getInt()
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DDefaultPhonePreferenceController.java80 String def = DefaultDialerManager.getDefaultDialerApplication(context, in isPhoneDefault() local
82 return def != null && def.equals(pkg); in isPhoneDefault()
DDefaultHomePreferenceController.java112 ComponentName def = pm.getHomeActivities(homeActivities); in isHomeDefault() local
114 return def != null && def.getPackageName().equals(pkg); in isHomeDefault()
/packages/apps/Music/src/com/android/music/
DWeekSelector.java45 int def = MusicUtils.getIntPref(this, "numweeks", 2); in onCreate() local
46 int pos = icicle != null ? icicle.getInt("numweeks", def - 1) : def - 1; in onCreate()
DMusicUtils.java1081 static int getIntPref(Context context, String name, int def) { in getIntPref() argument
1084 return prefs.getInt(name, def); in getIntPref()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationPagerAdapter.java462 final Conversation def = getDefaultConversation(); in getConversationPosition() local
463 if (!conv.equals(def)) { in getConversationPosition()
465 conv, def); in getConversationPosition()
/packages/apps/Settings/src/com/android/settings/
DScreenPinningSettings.java109 int def = getCurrentSecurityTitle() != R.string.screen_pinning_unlock_none ? 1 : 0; in isScreenLockUsed() local
111 Settings.Secure.LOCK_TO_APP_EXIT_LOCKED, def) != 0; in isScreenLockUsed()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java1662 for (int def : otherDefs) { in setTagDefinition()
1663 int tagInfo = infos.get(def); in setTagDefinition()
1686 int def = defineTag(i, tagId); in getTagDefinitionsForTagId() local
1687 if (infos.get(def) != DEFINITION_NULL) { in getTagDefinitionsForTagId()
1688 defs[counter++] = def; in getTagDefinitionsForTagId()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java1662 for (int def : otherDefs) { in setTagDefinition()
1663 int tagInfo = infos.get(def); in setTagDefinition()
1686 int def = defineTag(i, tagId); in getTagDefinitionsForTagId() local
1687 if (infos.get(def) != DEFINITION_NULL) { in getTagDefinitionsForTagId()
1688 defs[counter++] = def; in getTagDefinitionsForTagId()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java1641 for (int def : otherDefs) { in setTagDefinition()
1642 int tagInfo = infos.get(def); in setTagDefinition()
1665 int def = defineTag(i, tagId); in getTagDefinitionsForTagId() local
1666 if (infos.get(def) != DEFINITION_NULL) { in getTagDefinitionsForTagId()
1667 defs[counter++] = def; in getTagDefinitionsForTagId()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/packages/inputmethods/LatinIME/dictionaries/
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...

12