Home
last modified time | relevance | path

Searched refs:attributeBoolean (Results 1 – 25 of 48) sorted by relevance

12

/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/util/
H A DBinaryXmlSerializerExtensions.kt245 inline fun BinaryXmlSerializer.attributeBoolean(name: String, value: Boolean) {
246 attributeBoolean(null, name, value)
260 attributeBoolean(null, name, value)
/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java748 serializer.attributeBoolean(null, ATTR_START_WITH_PARENT, mStartWithParent); in writeToXml()
758 serializer.attributeBoolean(null, ATTR_USE_PARENTS_CONTACTS, in writeToXml()
762 serializer.attributeBoolean(null, in writeToXml()
775 serializer.attributeBoolean(null, ATTR_MEDIA_SHARED_WITH_PARENT, in writeToXml()
779 serializer.attributeBoolean(null, ATTR_CREDENTIAL_SHAREABLE_WITH_PARENT, in writeToXml()
783 serializer.attributeBoolean(null, ATTR_DELETE_APP_WITH_PARENT, in writeToXml()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyData.java231 out.attributeBoolean(null, ATTR_SETUP_COMPLETE, true); in store()
234 out.attributeBoolean(null, ATTR_DEVICE_PAIRED, true); in store()
237 out.attributeBoolean(null, ATTR_DEVICE_PROVISIONING_CONFIG_APPLIED, true); in store()
324 out.attributeBoolean(null, ATTR_VALUE, true); in store()
330 out.attributeBoolean(null, ATTR_DISABLED, policyData.mStatusBarDisabled); in store()
365 out.attributeBoolean(null, ATTR_VALUE, policyData.mAdminBroadcastPending); in store()
394 out.attributeBoolean(null, ATTR_VALUE, policyData.mAppsSuspended); in store()
406 out.attributeBoolean(null, ATTR_VALUE, policyData.mEffectiveKeepProfilesRunning); in store()
H A DBooleanPolicySerializer.java43 serializer.attributeBoolean(/* namespace= */ null, ATTR_VALUE, value); in saveToXml()
H A DOwnersData.java399 out.attributeBoolean(null, ATTR_MIGRATED_TO_POLICY_ENGINE, mMigratedToPolicyEngine); in writeInner()
537 out.attributeBoolean( in writeToXml()
H A DEnforcingAdmin.java279 serializer.attributeBoolean(/* namespace= */ null, ATTR_IS_ROLE, mIsRoleAuthority); in saveToXml()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettingsProvider.java487 out.attributeBoolean(null, "shouldShowWithInsecureKeyguard", in writeSettings()
491 out.attributeBoolean(null, "shouldShowSystemDecors", in writeSettings()
502 out.attributeBoolean(null, "ignoreOrientationRequest", in writeSettings()
506 out.attributeBoolean(null, "ignoreDisplayCutout", in writeSettings()
510 out.attributeBoolean(null, "dontMoveToTop", in writeSettings()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java1151 out.attributeBoolean(null, ATT_LIGHTS, shouldShowLights()); in writeXml()
1157 out.attributeBoolean(null, ATT_VIBRATION_ENABLED, shouldVibrate()); in writeXml()
1166 out.attributeBoolean(null, ATT_FG_SERVICE_SHOWN, isUserVisibleTaskShown()); in writeXml()
1169 out.attributeBoolean(null, ATT_SHOW_BADGE, canShowBadge()); in writeXml()
1172 out.attributeBoolean(null, ATT_DELETED, isDeleted()); in writeXml()
1181 out.attributeBoolean(null, ATT_BLOCKABLE_SYSTEM, isBlockable()); in writeXml()
1196 out.attributeBoolean(null, ATT_DEMOTE, isDemoted()); in writeXml()
1199 out.attributeBoolean(null, ATT_IMP_CONVERSATION, isImportantConversation()); in writeXml()
H A DNotificationChannelGroup.java272 out.attributeBoolean(null, ATT_BLOCKED, isBlocked()); in writeXml()
/aosp14/frameworks/base/errorprone/refaster/
H A DEfficientXml.java291 out.attributeBoolean(null, n, v); in after()
303 out.attributeBoolean(null, n, true); in after()
315 out.attributeBoolean(null, n, false); in after()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/util/
H A DXmlPerfTest.java225 out.attributeBoolean(null, "isOrphaned", true); in write()
238 out.attributeBoolean(null, "granted", true); in write()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java555 out.attributeBoolean(null, ALLOW_ATT_CALLS, allowCalls); in writeXml()
556 out.attributeBoolean(null, ALLOW_ATT_REPEAT_CALLERS, allowRepeatCallers); in writeXml()
557 out.attributeBoolean(null, ALLOW_ATT_MESSAGES, allowMessages); in writeXml()
558 out.attributeBoolean(null, ALLOW_ATT_REMINDERS, allowReminders); in writeXml()
559 out.attributeBoolean(null, ALLOW_ATT_EVENTS, allowEvents); in writeXml()
562 out.attributeBoolean(null, ALLOW_ATT_ALARMS, allowAlarms); in writeXml()
563 out.attributeBoolean(null, ALLOW_ATT_MEDIA, allowMedia); in writeXml()
564 out.attributeBoolean(null, ALLOW_ATT_SYSTEM, allowSystem); in writeXml()
565 out.attributeBoolean(null, ALLOW_ATT_CONV, allowConversations); in writeXml()
629 out.attributeBoolean(null, RULE_ATT_ENABLED, rule.enabled); in writeRuleXml()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPersistentPreferredActivity.java123 serializer.attributeBoolean(null, ATTR_SET_BY_DPM, mIsSetByDpm);
H A DSettingsXml.java382 mXmlSerializer.attributeBoolean(null, attrName, value); in attribute()
H A DPreferredComponent.java188 serializer.attributeBoolean(null, ATTR_ALWAYS, mAlways); in writeToXml()
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DAllSensorStateController.java136 serializer.attributeBoolean(null, XML_ATTRIBUTE_ENABLED, enabled); in persist()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DFactoryResetProtectionPolicy.java238 out.attributeBoolean(null, KEY_FACTORY_RESET_PROTECTION_ENABLED, in writeToXml()
H A DPreferentialNetworkServiceConfig.java426 out.attributeBoolean(null, ATTR_VALUE, value); in writeAttributeValueToXml()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricUserState.java96 serializer.attributeBoolean(null, ATTR_INVALIDATION, mInvalidationInProgress); in doWriteStateInternal()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java621 out.attributeBoolean(null, ATTR_NIGHT_MODE, toWrite[i].nightMode); in writeEventsLocked()
624 out.attributeBoolean(null, ATTR_REDUCE_BRIGHT_COLORS, in writeEventsLocked()
632 out.attributeBoolean(null, ATTR_DEFAULT_CONFIG, in writeEventsLocked()
636 out.attributeBoolean(null, ATTR_USER_POINT, in writeEventsLocked()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetXmlUtil.java98 out.attributeBoolean(null, ATTR_PROVIDER_INHERITANCE, info.isExtendedFromAppWidgetProvider); in writeAppWidgetProviderInfoLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java277 serializer.attributeBoolean(null, ATTR_ENABLED, mParentalControlsEnabled); in saveToXml()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java119 public XmlSerializer attributeBoolean(String namespace, String name, boolean value) in attributeBoolean() method in XmlUtils.ForcedTypedXmlSerializer
802 out.attributeBoolean(null, "value", val[i]); in writeBooleanArrayXml()
903 out.attributeBoolean(null, "value", (boolean) v); in writeValueXml()
1866 ((TypedXmlSerializer) out).attributeBoolean(null, name, value); in writeBooleanAttribute()
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameManagerSettings.java202 serializer.attributeBoolean(null, ATTR_USE_ANGLE, modeConfig.getUseAngle()); in writeGameModeConfigTags()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DXmlTest.java252 out.attributeBoolean(null, "boolean", true); in doVerifyWrite()

12