/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | TypedXmlPullParser.java | 111 boolean getAttributeBoolean(int index) throws XmlPullParserException; in getAttributeBoolean() method 189 default boolean getAttributeBoolean(@Nullable String namespace, @NonNull String name) in getAttributeBoolean() method 191 return getAttributeBoolean(getAttributeIndexOrThrow(namespace, name)); in getAttributeBoolean() 318 default boolean getAttributeBoolean(@Nullable String namespace, @NonNull String name, in getAttributeBoolean() method 323 return getAttributeBoolean(index); in getAttributeBoolean()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | OwnersData.java | 500 mMigratedToPolicyEngine = parser.getAttributeBoolean( in readInner() 502 mPoliciesMigratedPostUpdate = parser.getAttributeBoolean( in readInner() 505 parser.getAttributeBoolean(null, ATTR_SECURITY_LOG_MIGRATED, false); in readInner() 507 && parser.getAttributeBoolean(null, in readInner() 510 && parser.getAttributeBoolean(null, in readInner() 513 && parser.getAttributeBoolean(null, in readInner() 515 mMemoryTaggingMigrated = parser.getAttributeBoolean(null, in readInner() 519 && parser.getAttributeBoolean(null, in readInner()
|
D | ActiveAdmin.java | 817 specifiesGlobalProxy = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml() 829 encryptionRequested = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml() 831 testOnlyAdmin = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml() 833 disableCamera = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml() 835 disableCallerId = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml() 837 disableContactsSearch = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml() 840 parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml() 842 disableScreenCapture = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml() 844 requireAutoTime = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml() 846 forceEphemeralUsers = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml() [all …]
|
D | BooleanPolicySerializer.java | 49 parser.getAttributeBoolean(/* namespace= */ null, ATTR_VALUE)); in readFromXml()
|
D | DevicePolicyData.java | 529 parser.getAttributeBoolean(null, ATTR_VALUE, false); in load() 532 parser.getAttributeBoolean(null, ATTR_DISABLED, false); in load() 559 parser.getAttributeBoolean(null, ATTR_VALUE, false); in load() 564 policy.mEffectiveKeepProfilesRunning = parser.getAttributeBoolean( in load()
|
D | EnforcingAdmin.java | 380 boolean isRoleAuthority = parser.getAttributeBoolean(/* namespace= */ null, ATTR_IS_ROLE); in readFromXml() 381 boolean isSystemAuthority = parser.getAttributeBoolean( in readFromXml()
|
/frameworks/base/core/java/android/content/pm/ |
D | UserProperties.java | 1184 setStartWithParent(parser.getAttributeBoolean(i)); in updateFromXml() 1199 setUseParentsContacts(parser.getAttributeBoolean(i)); in updateFromXml() 1202 setUpdateCrossProfileIntentFiltersOnOTA(parser.getAttributeBoolean(i)); in updateFromXml() 1211 setMediaSharedWithParent(parser.getAttributeBoolean(i)); in updateFromXml() 1214 setCredentialShareableWithParent(parser.getAttributeBoolean(i)); in updateFromXml() 1217 setAuthAlwaysRequiredToDisableQuietMode(parser.getAttributeBoolean(i)); in updateFromXml() 1220 setAllowStoppingUserWithDelayedLocking(parser.getAttributeBoolean(i)); in updateFromXml() 1223 setDeleteAppWithParent(parser.getAttributeBoolean(i)); in updateFromXml() 1226 setAlwaysVisible(parser.getAttributeBoolean(i)); in updateFromXml() 1235 setItemsRestrictedOnHomeScreen(parser.getAttributeBoolean(i)); in updateFromXml()
|
/frameworks/base/services/permission/java/com/android/server/permission/access/util/ |
D | BinaryXmlPullParserExtensions.kt | 248 ): Boolean = getAttributeBoolean(null, name, defaultValue) 254 getAttributeBoolean(null, name)
|
/frameworks/base/core/java/android/app/admin/ |
D | PreferentialNetworkServiceConfig.java | 492 resultBuilder.setEnabled(parser.getAttributeBoolean(null, ATTR_VALUE, in getPreferentialNetworkServiceConfig() 500 resultBuilder.setFallbackToDefaultConnectionAllowed(parser.getAttributeBoolean( in getPreferentialNetworkServiceConfig() 503 resultBuilder.setShouldBlockNonMatchingNetworks(parser.getAttributeBoolean( in getPreferentialNetworkServiceConfig()
|
D | FactoryResetProtectionPolicy.java | 208 boolean factoryResetProtectionEnabled = parser.getAttributeBoolean(null, in readFromXml()
|
/frameworks/base/apct-tests/perftests/core/src/android/util/ |
D | XmlPerfTest.java | 273 xml.getAttributeBoolean(null, "isOrphaned"); in read() 281 xml.getAttributeBoolean(null, "granted"); in read()
|
/frameworks/base/core/java/com/android/internal/vibrator/persistence/ |
D | SerializedPredefinedEffect.java | 102 ? parser.getAttributeBoolean(NAMESPACE, ATTRIBUTE_FALLBACK, defaultFallback) in parseNext()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PersistentPreferredActivity.java | 89 mIsSetByDpm = parser.getAttributeBoolean(null, ATTR_SET_BY_DPM, false);
|
D | Settings.java | 1909 parser.getAttributeBoolean(null, ATTR_INSTALLED, true); 1911 parser.getAttributeBoolean(null, ATTR_STOPPED, false); 1913 parser.getAttributeBoolean(null, ATTR_NOT_LAUNCHED, false); 1917 boolean hidden = parser.getAttributeBoolean(null, ATTR_HIDDEN, false); 1919 hidden = parser.getAttributeBoolean(null, ATTR_BLOCKED, false); 1924 final boolean suspended = parser.getAttributeBoolean(null, ATTR_SUSPENDED, 1935 parser.getAttributeBoolean(null, ATTR_BLOCK_UNINSTALL, false); 1937 parser.getAttributeBoolean(null, ATTR_INSTANT_APP, false); 1939 parser.getAttributeBoolean(null, ATTR_VIRTUAL_PRELOAD, false); 2583 final boolean granted = parser.getAttributeBoolean(null, ATTR_GRANTED, true); [all …]
|
D | SettingsXml.java | 236 return mParser.getAttributeBoolean(null, attrName, defaultValue); in getBoolean()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityCallerState.java | 288 boolean isShareIdentityEnabled = in.getAttributeBoolean(null, in restoreFromXml() 326 boolean prefix = in.getAttributeBoolean(null, ATTR_PREFIX, false); in restoreGrantUriFromXml()
|
/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
D | SuspendParams.java | 144 final boolean quarantined = in.getAttributeBoolean(null, ATTR_QUARANTINED, false); in restoreFromXml()
|
/frameworks/base/errorprone/refaster/ |
D | EfficientXml.java | 332 return in.getAttributeBoolean(null, n, false); in after() 344 return in.getAttributeBoolean(null, n, d); in after()
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetXmlUtil.java | 160 info.isExtendedFromAppWidgetProvider = parser.getAttributeBoolean(null, in readAppWidgetProviderInfoLocked() 338 final boolean notified = parser.getAttributeBoolean( in parseRestoreUpdateRecords()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | BiometricUserState.java | 276 mInvalidationInProgress = parser.getAttributeBoolean(null, ATTR_INVALIDATION); in parseStateLocked()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | PersistentDataStore.java | 243 mParentalControlsEnabled = parser.getAttributeBoolean(null, ATTR_ENABLED); in loadFromXml()
|
/frameworks/base/services/core/java/com/android/server/om/ |
D | OverlayManagerSettings.java | 568 final boolean isEnabled = parser.getAttributeBoolean(null, ATTR_IS_ENABLED, false); 569 final boolean isStatic = parser.getAttributeBoolean(null, ATTR_IS_STATIC, false); 572 final boolean isFabricated = parser.getAttributeBoolean(null, ATTR_IS_FABRICATED,
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessTracker.java | 729 builder.setNightMode(parser.getAttributeBoolean(null, ATTR_NIGHT_MODE)); in readEventsLocked() 733 parser.getAttributeBoolean(null, ATTR_REDUCE_BRIGHT_COLORS)); in readEventsLocked() 758 parser.getAttributeBoolean(null, ATTR_DEFAULT_CONFIG, false)); in readEventsLocked() 762 parser.getAttributeBoolean(null, ATTR_USER_POINT, false)); in readEventsLocked()
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannelGroup.java | 259 setBlocked(parser.getAttributeBoolean(null, ATT_BLOCKED, false)); in populateFromXml()
|
/frameworks/base/core/java/android/os/ |
D | BatteryUsageStats.java | 806 final boolean includesProcStateData = parser.getAttributeBoolean(null, in createBuilderFromXml() 808 final boolean includesScreenStateData = parser.getAttributeBoolean(null, in createBuilderFromXml() 810 final boolean includesPowerStateData = parser.getAttributeBoolean(null, in createBuilderFromXml()
|