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/ |
D | EnterprisePolicy.java | 37 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/ |
D | AnnotationLogicExtensions.kt | 52 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/ |
D | DisallowSystemErrorDialogsPermissionBased.java | 28 appliedWith = MANAGE_DEVICE_POLICY_SYSTEM_DIALOGS, appliesTo = APPLIES_TO_OWN_USER))
|
D | TheftDetection.java | 30 appliedWith = QUERY_DEVICE_STOLEN_STATE,
|
D | ApplicationExemptions.java | 28 appliedWith = MANAGE_DEVICE_POLICY_APP_EXEMPTIONS, appliesTo = APPLIES_TO_OWN_USER))
|
D | DisallowAirplaneModePermissionBased.java | 28 appliedWith = MANAGE_DEVICE_POLICY_AIRPLANE_MODE, appliesTo = APPLIES_GLOBALLY))
|
D | DisallowCameraPermissionBased.java | 28 appliedWith = MANAGE_DEVICE_POLICY_CAMERA, appliesTo = APPLIES_TO_OWN_USER))
|
D | DisallowAddPrivateProfile.java | 32 appliedWith = MANAGE_DEVICE_POLICY_PROFILES,
|
D | DisallowPrinting.java | 32 appliedWith = MANAGE_DEVICE_POLICY_PRINTING, appliesTo = APPLIES_TO_OWN_USER))
|
D | EmbeddedSubscription.java | 34 appliedWith = MANAGE_DEVICE_POLICY_MANAGED_SUBSCRIPTIONS, appliesTo = APPLIES_GLOBALLY))
|
D | GetNearbyAppStreamingPolicy.java | 36 appliedWith = READ_NEARBY_STREAMING_POLICY, appliesTo = APPLIES_TO_OWN_USER))
|
D | DisallowScreenConfigRestrictions.java | 35 appliedWith = MANAGE_DEVICE_POLICY_DISPLAY,
|
D | DisallowSystemErrorDialogs.java | 34 appliedWith = MANAGE_DEVICE_POLICY_SYSTEM_DIALOGS, appliesTo = APPLIES_TO_OWN_USER))
|
D | DisallowNetworkReset.java | 33 appliedWith = MANAGE_DEVICE_POLICY_MOBILE_NETWORK, appliesTo = APPLIES_TO_OWN_USER))
|
D | DisallowInstallUnknownSources.java | 35 appliedWith = MANAGE_DEVICE_POLICY_INSTALL_UNKNOWN_SOURCES,
|
D | EmbeddedSubscriptionSwitchAfterDownload.java | 37 | APPLIES_GLOBALLY}, permissions = @EnterprisePolicy.Permission(appliedWith =
|
D | DisallowConfigBluetooth.java | 34 … appliedWith = MANAGE_DEVICE_POLICY_BLUETOOTH, appliesTo = APPLIES_TO_OWN_USER))
|
D | PersistentPreferredActivities.java | 43 }, permissions = @EnterprisePolicy.Permission(appliedWith = MANAGE_DEVICE_POLICY_LOCK_TASK, applies…
|
D | PermittedInputMethods.java | 36 permissions = @EnterprisePolicy.Permission(appliedWith = MANAGE_DEVICE_POLICY_INPUT_METHODS,
|
D | GetNearbyNotificationStreamingPolicy.java | 37 appliedWith = READ_NEARBY_STREAMING_POLICY, appliesTo = APPLIES_TO_OWN_USER))
|
D | DisallowFactoryReset.java | 37 appliedWith = MANAGE_DEVICE_POLICY_FACTORY_RESET, appliesTo = APPLIES_TO_OWN_USER))
|
D | DisallowFun.java | 37 appliedWith = MANAGE_DEVICE_POLICY_FUN, appliesTo = APPLIES_TO_OWN_USER))
|
D | LockTask.java | 41 appliedWith = MANAGE_DEVICE_POLICY_LOCK_TASK, appliesTo = APPLIES_TO_OWN_USER))
|
D | DisallowCreateWindows.java | 37 appliedWith = MANAGE_DEVICE_POLICY_WINDOWS, appliesTo = APPLIES_TO_OWN_USER))
|
D | ScreenCaptureDisabled.java | 41 appliedWith = MANAGE_DEVICE_POLICY_SCREEN_CAPTURE, appliesTo = APPLIES_TO_OWN_USER)
|
12