/packages/apps/Dialer/java/com/android/dialer/configprovider/ |
H A D | ConfigProvider.java | 26 boolean getBoolean(String key, boolean defaultValue); method in interface:ConfigProvider
|
H A D | ConfigProviderBindings.java | 64 public boolean getBoolean(String key, boolean defaultValue) { method in class:ConfigProviderBindings.ConfigProviderStub
|
H A D | SharedPrefConfigProvider.java | 109 public boolean getBoolean(String key, boolean defaultValue) { method in class:SharedPrefConfigProvider 111 () -> getSharedPrefs(appContext).getBoolean(PREF_PREFIX + key, defaultValue));
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
H A D | ShadowKeyValueListParserWrapperImpl.java | 10 * {@link #getBoolean(String, boolean)} that doesn't support in the current 17 public boolean getBoolean(String key, boolean defaultValue) { method in class:ShadowKeyValueListParserWrapperImpl
|
H A D | SettingsShadowSystemProperties.java | 37 public static synchronized boolean getBoolean(String key, boolean def) { method in class:SettingsShadowSystemProperties 43 return ShadowSystemProperties.getBoolean(key, def);
|
H A D | SettingsShadowResources.java | 151 public boolean getBoolean(int id) { method in class:SettingsShadowResources 156 return Shadow.directlyOn(realResources, Resources.class, "getBoolean",
|
/packages/apps/Contacts/src-bind/com/android/contactsbind/experiments/ |
H A D | Flags.java | 42 public boolean getBoolean(String flagName) { method in class:Flags
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | BugleGservices.java | 57 public abstract boolean getBoolean(final String key, final boolean defaultValue); method in class:BugleGservices
|
H A D | BugleGservicesImpl.java | 52 public boolean getBoolean(final String key, final boolean defaultValue) { method in class:BugleGservicesImpl
|
H A D | BuglePrefsImpl.java | 59 public boolean getBoolean(final String key, final boolean defaultValue) { method in class:BuglePrefsImpl 63 return prefs.getBoolean(key, defaultValue);
|
H A D | BuglePrefs.java | 91 public abstract boolean getBoolean(final String key, final boolean defaultValue); method in class:BuglePrefs
|
/packages/apps/Messaging/tests/src/com/android/messaging/util/ |
H A D | FakeBugleGservices.java | 41 public boolean getBoolean(final String key, final boolean defaultValue) { method in class:FakeBugleGservices
|
H A D | FakeBuglePrefs.java | 38 public boolean getBoolean(final String key, final boolean defaultValue) { method in class:FakeBuglePrefs
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/ |
H A D | KeyValueListParserWrapper.java | 60 boolean getBoolean(String key, boolean defaultValue); method in interface:KeyValueListParserWrapper
|
H A D | KeyValueListParserWrapperImpl.java | 47 public boolean getBoolean(String key, boolean defaultValue) { method in class:KeyValueListParserWrapperImpl 48 return mParser.getBoolean(key, defaultValue);
|
/packages/apps/TV/src/com/android/tv/config/ |
H A D | RemoteConfig.java | 47 boolean getBoolean(String key); method in interface:RemoteConfig
|
H A D | DefaultConfigManager.java | 48 public boolean getBoolean(String key) { method in class:DefaultConfigManager.StubRemoteConfig
|
/packages/apps/TV/src/com/android/tv/tuner/util/ |
H A D | SystemPropertiesProxy.java | 25 * Proxy class that gives an access to a hidden API {@link android.os.SystemProperties#getBoolean}. 32 public static boolean getBoolean(String key, boolean def) method in class:SystemPropertiesProxy 36 Method getBooleanMethod = SystemPropertiesClass.getDeclaredMethod("getBoolean", 42 Log.e(TAG, "Failed to invoke SystemProperties.getBoolean()", e);
|
/packages/apps/TV/common/src/com/android/tv/common/ |
H A D | BooleanSystemProperty.java | 33 * >android.os.SystemProperties.getBoolean</a>. 68 private static boolean getBoolean(String key, boolean defaultValue) { method in class:BooleanSystemProperty 71 final Method get = systemProperties.getMethod("getBoolean", String.class, Boolean.TYPE); 96 mValue = getBoolean(mKey, mDefaultValue);
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
H A D | GroupMetaData.java | 78 this.readOnly = getBoolean(cursor, GroupMetaDataLoader.IS_READ_ONLY); 79 this.defaultGroup = getBoolean(cursor, GroupMetaDataLoader.AUTO_ADD); 80 this.favorites = getBoolean(cursor, GroupMetaDataLoader.FAVORITES); 84 private static boolean getBoolean(Cursor cursor, int columnIndex) { method in class:GroupMetaData
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestResources.java | 79 public final boolean getBoolean(@BoolRes int id) throws NotFoundException { method in class:TestResources
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
H A D | FakeSharedPreferences.java | 48 public boolean getBoolean(String key, boolean defValue) { method in class:FakeSharedPreferences
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
H A D | MockSharedPreferences.java | 48 public boolean getBoolean(String key, boolean defValue) { method in class:MockSharedPreferences
|
/packages/apps/Dialer/java/com/android/dialer/common/ |
H A D | PerAccountSharedPreferences.java | 99 public boolean getBoolean(String key, boolean defValue) { method in class:PerAccountSharedPreferences
|
/packages/apps/Email/tests/src/com/android/email/ |
H A D | MockSharedPreferences.java | 50 public boolean getBoolean(String key, boolean defValue) { method in class:MockSharedPreferences
|