Home
last modified time | relevance | path

Searched refs:appliedWith (Results 1 – 25 of 47) sorted by relevance

12

/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/
DEnterprisePolicy.java37 String appliedWith(); in appliedWith() method
49 String appliedWith(); in appliedWith() method
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/
DAnnotationLogicExtensions.kt52 val permission = arrayOf(policies[0].permissions[0].appliedWith) in logic()
77 val permission = arrayOf(policies[0].permissions[0].appliedWith) in MostRestrictiveCoexistenceTest()
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/policies/
DDisallowSystemErrorDialogsPermissionBased.java28 appliedWith = MANAGE_DEVICE_POLICY_SYSTEM_DIALOGS, appliesTo = APPLIES_TO_OWN_USER))
DTheftDetection.java30 appliedWith = QUERY_DEVICE_STOLEN_STATE,
DApplicationExemptions.java28 appliedWith = MANAGE_DEVICE_POLICY_APP_EXEMPTIONS, appliesTo = APPLIES_TO_OWN_USER))
DDisallowAirplaneModePermissionBased.java28 appliedWith = MANAGE_DEVICE_POLICY_AIRPLANE_MODE, appliesTo = APPLIES_GLOBALLY))
DDisallowCameraPermissionBased.java28 appliedWith = MANAGE_DEVICE_POLICY_CAMERA, appliesTo = APPLIES_TO_OWN_USER))
DDisallowAddPrivateProfile.java32 appliedWith = MANAGE_DEVICE_POLICY_PROFILES,
DDisallowPrinting.java32 appliedWith = MANAGE_DEVICE_POLICY_PRINTING, appliesTo = APPLIES_TO_OWN_USER))
DEmbeddedSubscription.java34 appliedWith = MANAGE_DEVICE_POLICY_MANAGED_SUBSCRIPTIONS, appliesTo = APPLIES_GLOBALLY))
DGetNearbyAppStreamingPolicy.java36 appliedWith = READ_NEARBY_STREAMING_POLICY, appliesTo = APPLIES_TO_OWN_USER))
DDisallowScreenConfigRestrictions.java35 appliedWith = MANAGE_DEVICE_POLICY_DISPLAY,
DDisallowSystemErrorDialogs.java34 appliedWith = MANAGE_DEVICE_POLICY_SYSTEM_DIALOGS, appliesTo = APPLIES_TO_OWN_USER))
DDisallowNetworkReset.java33 appliedWith = MANAGE_DEVICE_POLICY_MOBILE_NETWORK, appliesTo = APPLIES_TO_OWN_USER))
DDisallowInstallUnknownSources.java35 appliedWith = MANAGE_DEVICE_POLICY_INSTALL_UNKNOWN_SOURCES,
DEmbeddedSubscriptionSwitchAfterDownload.java37 | APPLIES_GLOBALLY}, permissions = @EnterprisePolicy.Permission(appliedWith =
DDisallowConfigBluetooth.java34appliedWith = MANAGE_DEVICE_POLICY_BLUETOOTH, appliesTo = APPLIES_TO_OWN_USER))
DPersistentPreferredActivities.java43 }, permissions = @EnterprisePolicy.Permission(appliedWith = MANAGE_DEVICE_POLICY_LOCK_TASK, applies…
DPermittedInputMethods.java36 permissions = @EnterprisePolicy.Permission(appliedWith = MANAGE_DEVICE_POLICY_INPUT_METHODS,
DGetNearbyNotificationStreamingPolicy.java37 appliedWith = READ_NEARBY_STREAMING_POLICY, appliesTo = APPLIES_TO_OWN_USER))
DDisallowFactoryReset.java37 appliedWith = MANAGE_DEVICE_POLICY_FACTORY_RESET, appliesTo = APPLIES_TO_OWN_USER))
DDisallowFun.java37 appliedWith = MANAGE_DEVICE_POLICY_FUN, appliesTo = APPLIES_TO_OWN_USER))
DLockTask.java41 appliedWith = MANAGE_DEVICE_POLICY_LOCK_TASK, appliesTo = APPLIES_TO_OWN_USER))
DDisallowCreateWindows.java37 appliedWith = MANAGE_DEVICE_POLICY_WINDOWS, appliesTo = APPLIES_TO_OWN_USER))
DScreenCaptureDisabled.java41 appliedWith = MANAGE_DEVICE_POLICY_SCREEN_CAPTURE, appliesTo = APPLIES_TO_OWN_USER)

12