Searched defs:getBoolean (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/os/
H A DSystemProperties.java105 public static boolean getBoolean(String key, boolean def) { method in class:SystemProperties
H A DBundle.java745 public boolean getBoolean(String key) { method in class:Bundle
747 return getBoolean(key, false);
779 public boolean getBoolean(String key, boolean defaultValue) { method in class:Bundle
/frameworks/base/core/java/android/content/
H A DSharedPreferences.java242 boolean getBoolean(String key, boolean defValue); method in interface:SharedPreferences
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java210 public boolean getBoolean(int index, boolean defValue) { method in class:TypedArray
227 Log.w(Resources.TAG, "getBoolean of bad type: 0x"
H A DResources.java671 public boolean getBoolean(int id) throws NotFoundException { method in class:Resources
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java434 public boolean getBoolean(String property, boolean def) { method in class:TypedProperties
599 public boolean getBoolean(String property) { method in class:TypedProperties
600 return getBoolean(property, false);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeTypedArray.java156 public boolean getBoolean(int index, boolean defValue) { method in class:BridgeTypedArray
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java247 return getBoolean(PATTERN_EVER_CHOSEN_KEY);
536 return getBoolean(Settings.Secure.LOCK_PATTERN_ENABLED)
552 return getBoolean(Settings.Secure.LOCK_PATTERN_VISIBLE);
566 return getBoolean(Settings.Secure.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED);
607 return getBoolean(LOCKOUT_PERMANENT_KEY);
635 private boolean getBoolean(String secureSettingKey) { method in class:LockPatternUtils
/frameworks/base/media/java/android/media/
H A DMetadata.java340 public boolean getBoolean(final int key) { method in class:Metadata
/frameworks/base/core/java/android/app/
H A DContextImpl.java2722 public boolean getBoolean(String key, boolean defValue) { method in class:ContextImpl.SharedPreferencesImpl

Completed in 105 milliseconds