Searched refs:PolicyDoesNotApplyTest (Results 1 – 25 of 46) sorted by relevance
12
28 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;64 @PolicyDoesNotApplyTest(policy = {
27 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;70 @PolicyDoesNotApplyTest(policy = EnsureVerifyApps.class)
30 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;74 @PolicyDoesNotApplyTest(policy = DisallowAddUser.class)
44 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;103 @PolicyDoesNotApplyTest(policy = SetNearbyAppStreamingPolicy.class)129 @PolicyDoesNotApplyTest(policy = SetNearbyAppStreamingPolicy.class)
42 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;114 @PolicyDoesNotApplyTest(policy = KeyguardDisableSecureCamera.class)173 @PolicyDoesNotApplyTest(policy = KeyguardDisableSecureNotifications.class)232 @PolicyDoesNotApplyTest(policy = KeyguardDisableTrustAgents.class)291 @PolicyDoesNotApplyTest(policy = KeyguardDisableUnredactedNotifications.class)349 @PolicyDoesNotApplyTest(policy = KeyguardDisableFingerprint.class)408 @PolicyDoesNotApplyTest(policy = KeyguardDisableFace.class)470 @PolicyDoesNotApplyTest(policy = KeyguardDisableIris.class)530 @PolicyDoesNotApplyTest(policy = TrustAgentConfiguration.class)
44 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;101 @PolicyDoesNotApplyTest(policy = SetNearbyNotificationStreamingPolicy.class)128 @PolicyDoesNotApplyTest(policy = SetNearbyNotificationStreamingPolicy.class)
32 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;85 @PolicyDoesNotApplyTest(policy = SystemUpdate.class)
32 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;75 @PolicyDoesNotApplyTest(policy = DisallowMountPhysicalMedia.class)
33 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;79 @PolicyDoesNotApplyTest(policy = DisallowShareLocation.class)145 @PolicyDoesNotApplyTest(policy = DisallowConfigLocation.class)
42 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;91 @PolicyDoesNotApplyTest(policy = DisallowContentCapture.class)153 @PolicyDoesNotApplyTest(policy = DisallowContentSuggestions.class)
32 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;78 @PolicyDoesNotApplyTest(policy = DisallowInstallUnknownSources.class)
51 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;375 @PolicyDoesNotApplyTest(policy = DisallowBluetoothSharingPreU.class)395 @PolicyDoesNotApplyTest(policy = DisallowBluetoothSharing.class)411 @PolicyDoesNotApplyTest(policy = DisallowBluetoothSharingGlobally.class)568 @PolicyDoesNotApplyTest(policy = DisallowConfigBluetooth.class)579 @PolicyDoesNotApplyTest(policy = DisallowConfigBluetoothGlobally.class)655 @PolicyDoesNotApplyTest(policy = DisallowBluetooth.class)666 @PolicyDoesNotApplyTest(policy = DisallowBluetoothGlobally.class)676 @PolicyDoesNotApplyTest(policy = DisallowBluetoothPreU.class)748 @PolicyDoesNotApplyTest(policy = DisableBluetoothContactSharing.class)
32 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;78 @PolicyDoesNotApplyTest(policy = DisallowSafeBoot.class)
32 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;78 @PolicyDoesNotApplyTest(policy = DisallowUsbFileTransfer.class)
32 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;77 @PolicyDoesNotApplyTest(policy = DisallowConfigPrivateDns.class)
56 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;113 @PolicyDoesNotApplyTest(policy = DisallowConfigCellBroadcasts.class)173 @PolicyDoesNotApplyTest(policy = DisallowConfigMobileNetworks.class)234 @PolicyDoesNotApplyTest(policy = DisallowOutgoingCalls.class)296 @PolicyDoesNotApplyTest(policy = DisallowSms.class)357 @PolicyDoesNotApplyTest(policy = DisallowDataRoaming.class)419 @PolicyDoesNotApplyTest(policy = DisallowCellular2g.class)522 @PolicyDoesNotApplyTest(policy = DisallowUltraWidebandRadio.class)594 @PolicyDoesNotApplyTest(policy = DisallowUnmanagedSubscriptionsGlobally.class)
36 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;81 @PolicyDoesNotApplyTest(policy = DisallowUnmuteMicrophone.class)
38 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;186 @PolicyDoesNotApplyTest(policy = TrustAgentInfo.class)205 @PolicyDoesNotApplyTest(policy = TrustAgentInfo.class)
43 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;120 @PolicyDoesNotApplyTest(policy = DisallowPrinting.class)
52 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;148 @PolicyDoesNotApplyTest(policy = DisallowConfigWifi.class)217 @PolicyDoesNotApplyTest(policy = DisallowChangeWifiState.class)289 @PolicyDoesNotApplyTest(policy = DisallowWifiTethering.class)366 @PolicyDoesNotApplyTest(policy = DisallowConfigTethering.class)429 @PolicyDoesNotApplyTest(policy = DisallowWifiDirect.class)501 @PolicyDoesNotApplyTest(policy = DisallowAddWifiConfig.class)590 @PolicyDoesNotApplyTest(policy = Wifi.class)
33 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;90 @PolicyDoesNotApplyTest(policy = Wallpaper.class)
32 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest in <lambda>()89 @PolicyDoesNotApplyTest(policy = [DisallowRemoveUser::class]) in <lambda>()196 @PolicyDoesNotApplyTest(policy = [DisallowUserSwitch::class]) in <lambda>()
46 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;103 @PolicyDoesNotApplyTest(policy = DisallowThreadNetwork.class)
41 import com.android.bedstead.enterprise.annotations.PolicyDoesNotApplyTest;167 @PolicyDoesNotApplyTest(policy = MaximumTimeToLock.class)
38 public @interface PolicyDoesNotApplyTest { annotation