Home
last modified time | relevance | path

Searched refs:getAttributeBoolean (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/libs/modules-utils/java/com/android/modules/utils/
DTypedXmlPullParser.java111 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/
DOwnersData.java500 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()
DActiveAdmin.java817 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 …]
DBooleanPolicySerializer.java49 parser.getAttributeBoolean(/* namespace= */ null, ATTR_VALUE)); in readFromXml()
DDevicePolicyData.java529 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()
DEnforcingAdmin.java380 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/
DUserProperties.java1184 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/
DBinaryXmlPullParserExtensions.kt248 ): Boolean = getAttributeBoolean(null, name, defaultValue)
254 getAttributeBoolean(null, name)
/frameworks/base/core/java/android/app/admin/
DPreferentialNetworkServiceConfig.java492 resultBuilder.setEnabled(parser.getAttributeBoolean(null, ATTR_VALUE, in getPreferentialNetworkServiceConfig()
500 resultBuilder.setFallbackToDefaultConnectionAllowed(parser.getAttributeBoolean( in getPreferentialNetworkServiceConfig()
503 resultBuilder.setShouldBlockNonMatchingNetworks(parser.getAttributeBoolean( in getPreferentialNetworkServiceConfig()
DFactoryResetProtectionPolicy.java208 boolean factoryResetProtectionEnabled = parser.getAttributeBoolean(null, in readFromXml()
/frameworks/base/apct-tests/perftests/core/src/android/util/
DXmlPerfTest.java273 xml.getAttributeBoolean(null, "isOrphaned"); in read()
281 xml.getAttributeBoolean(null, "granted"); in read()
/frameworks/base/core/java/com/android/internal/vibrator/persistence/
DSerializedPredefinedEffect.java102 ? parser.getAttributeBoolean(NAMESPACE, ATTRIBUTE_FALLBACK, defaultFallback) in parseNext()
/frameworks/base/services/core/java/com/android/server/pm/
DPersistentPreferredActivity.java89 mIsSetByDpm = parser.getAttributeBoolean(null, ATTR_SET_BY_DPM, false);
DSettings.java1909 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 …]
DSettingsXml.java236 return mParser.getAttributeBoolean(null, attrName, defaultValue); in getBoolean()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityCallerState.java288 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/
DSuspendParams.java144 final boolean quarantined = in.getAttributeBoolean(null, ATTR_QUARANTINED, false); in restoreFromXml()
/frameworks/base/errorprone/refaster/
DEfficientXml.java332 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/
DAppWidgetXmlUtil.java160 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/
DBiometricUserState.java276 mInvalidationInProgress = parser.getAttributeBoolean(null, ATTR_INVALIDATION); in parseStateLocked()
/frameworks/base/services/core/java/com/android/server/tv/
DPersistentDataStore.java243 mParentalControlsEnabled = parser.getAttributeBoolean(null, ATTR_ENABLED); in loadFromXml()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerSettings.java568 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/
DBrightnessTracker.java729 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/
DNotificationChannelGroup.java259 setBlocked(parser.getAttributeBoolean(null, ATT_BLOCKED, false)); in populateFromXml()
/frameworks/base/core/java/android/os/
DBatteryUsageStats.java806 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()

123