/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | GlobalSettingsHelper.java | 43 public static boolean getBoolean(Context context, String settingName, int subId, in getBoolean() method in GlobalSettingsHelper 53 public static boolean getBoolean(Context context, String settingName, int subId) in getBoolean() method in GlobalSettingsHelper
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/ |
H A D | SystemPropertiesHelper.kt | 33 fun getBoolean(name: String, default: Boolean): Boolean { regex
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
H A D | MockableSystemProperties.java | 31 public boolean getBoolean(String key, boolean def) { in getBoolean() method in MockableSystemProperties
|
/aosp12/packages/apps/Contacts/src-bind/com/android/contactsbind/experiments/ |
H A D | Flags.java | 42 public boolean getBoolean(String flagName) { in getBoolean() method in Flags
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | PropertyService.java | 37 boolean getBoolean(String key, boolean defaultValue); in getBoolean() method
|
H A D | SystemPropertyService.java | 27 public boolean getBoolean(String key, boolean defaultValue) { in getBoolean() method in SystemPropertyService
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/configprovider/ |
H A D | ConfigProvider.java | 26 boolean getBoolean(String key, boolean defaultValue); in getBoolean() method
|
H A D | SharedPrefConfigProvider.java | 123 public boolean getBoolean(String key, boolean defaultValue) { in getBoolean() method in SharedPrefConfigProvider
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | SettingsXml.java | 112 boolean getBoolean(String attrName); in getBoolean() method 117 boolean getBoolean(String attrName, boolean defaultValue); in getBoolean() method 229 public boolean getBoolean(String attrName) { in getBoolean() method in SettingsXml.ReadSectionImpl 234 public boolean getBoolean(String attrName, boolean defaultValue) { in getBoolean() method in SettingsXml.ReadSectionImpl
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/util/ |
H A D | SystemPropertiesProxy.java | 31 public static boolean getBoolean(String key, boolean def) throws IllegalArgumentException { in getBoolean() method in SystemPropertiesProxy
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/util/ |
H A D | FakeBugleGservices.java | 41 public boolean getBoolean(final String key, final boolean defaultValue) { in getBoolean() method in FakeBugleGservices
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
H A D | DeviceConfigHelper.java | 58 public boolean getBoolean(String name, boolean defaultValue) { in getBoolean() method in DeviceConfigHelper
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/ |
H A D | BooleanSystemProperty.java | 66 private static boolean getBoolean(String key, boolean defaultValue) { in getBoolean() method in BooleanSystemProperty
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | BugleGservices.java | 57 public abstract boolean getBoolean(final String key, final boolean defaultValue); in getBoolean() method in BugleGservices
|
H A D | BugleGservicesImpl.java | 52 public boolean getBoolean(final String key, final boolean defaultValue) { in getBoolean() method in BugleGservicesImpl
|
/aosp12/frameworks/layoutlib/bridge/src/android/provider/ |
H A D | DeviceConfig_Delegate.java | 35 public static boolean getBoolean(String namespace, String name, boolean defaultValue) { in getBoolean() method in DeviceConfig_Delegate
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
H A D | SettingsShadowResources.java | 79 protected boolean getBoolean(int id) { in getBoolean() method in SettingsShadowResources
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/plugins/ |
H A D | PluginEnablerImpl.java | 66 public boolean getBoolean(String key, boolean defValue) { in getBoolean() method in PluginEnablerImpl
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgeSharedPreferences.java | 62 public boolean getBoolean(String key, boolean defValue) { in getBoolean() method in BridgeSharedPreferences
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | SystemProperties.java | 213 public static boolean getBoolean(@NonNull String key, boolean def) { in getBoolean() method in SystemProperties 375 public boolean getBoolean(boolean def) { in getBoolean() method in SystemProperties.Handle
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestResources.java | 74 public final boolean getBoolean(@BoolRes int id) throws NotFoundException { in getBoolean() method in TestResources
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/commandline/ |
H A D | Arguments.java | 63 public Boolean getBoolean(String flag, boolean defaultValue) in getBoolean() method in Arguments
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/ |
H A D | GroupMetaData.java | 84 private static boolean getBoolean(Cursor cursor, int columnIndex) { in getBoolean() method in GroupMetaData
|
/aosp12/frameworks/base/core/java/android/security/keymaster/ |
H A D | KeyCharacteristics.java | 155 public boolean getBoolean(int tag) { in getBoolean() method in KeyCharacteristics
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | DeviceConfigInterface.java | 54 boolean getBoolean(@NonNull String namespace, @NonNull String name, boolean defaultValue); in getBoolean() method
|