Home
last modified time | relevance | path

Searched refs:setDeviceConfigPrivacyProperty (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DAccessibilityPrivacySourceTest.kt37 import android.permission.cts.SafetyCenterUtils.setDeviceConfigPrivacyProperty
137 setDeviceConfigPrivacyProperty(ACCESSIBILITY_LISTENER_ENABLED, true.toString()) in testJobSendsNotificationOnEnable()
140 setDeviceConfigPrivacyProperty(ACCESSIBILITY_LISTENER_ENABLED, false.toString()) in testJobSendsNotificationOnEnable()
141 setDeviceConfigPrivacyProperty(ACCESSIBILITY_JOB_INTERVAL_MILLIS, "0") in testJobSendsNotificationOnEnable()
178 setDeviceConfigPrivacyProperty(ACCESSIBILITY_LISTENER_ENABLED, true.toString()) in testAccessibilityListenerSendsIssueToSafetyCenter()
195 setDeviceConfigPrivacyProperty(ACCESSIBILITY_LISTENER_ENABLED, false.toString()) in testAccessibilityListenerSendsIssueToSafetyCenter()
217 setDeviceConfigPrivacyProperty(SAFETY_CENTER_ENABLED, false.toString()) in testJobWithSafetyCenterDisabledDoesNotSendNotification()
225 setDeviceConfigPrivacyProperty(SAFETY_CENTER_ENABLED, false.toString()) in testJobWithSafetyCenterDisabledDoesNotSendIssueToSafetyCenter()
DSafetyCenterUtils.kt56 setDeviceConfigPrivacyProperty(PROPERTY_SAFETY_CENTER_ENABLED, enabled.toString()) in setSafetyCenterEnabled()
76 fun setDeviceConfigPrivacyProperty( in setDeviceConfigPrivacyProperty() method
DBaseNotificationListenerCheckTest.java150 protected static void setDeviceConfigPrivacyProperty(String propertyName, String value) { in setDeviceConfigPrivacyProperty() method in BaseNotificationListenerCheckTest
167 setDeviceConfigPrivacyProperty( in setNotificationListenerCheckEnabled()
/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DSafetyProtectionTest.kt67 setDeviceConfigPrivacyProperty(SAFETY_PROTECTION_ENABLED_FLAG, false.toString()) in testSafetyProtectionSectionView_safetyProtectionDisabled_aboveT()
DSafetyLabelChangesJobServiceTest.kt467 setDeviceConfigPrivacyProperty(SAFETY_LABEL_CHANGE_NOTIFICATIONS_ENABLED, false.toString()) in installPackageNoBroadcast()
470 setDeviceConfigPrivacyProperty(SAFETY_LABEL_CHANGE_NOTIFICATIONS_ENABLED, true.toString()) in installPackageNoBroadcast()
DPermissionRationalePermissionGrantDialogTest.kt66 setDeviceConfigPrivacyProperty(PERMISSION_RATIONALE_ENABLED, false.toString()) in requestLocationPerm_flagDisabled_noPermissionRationale()
DBasePermissionTest.kt201 protected fun setDeviceConfigPrivacyProperty( in <lambda>() method
DAppDataSharingUpdatesTest.kt377 setDeviceConfigPrivacyProperty(SAFETY_LABEL_CHANGE_NOTIFICATIONS_ENABLED, false.toString()) in <lambda>()