Home
last modified time | relevance | path

Searched refs:DELEGATION_NETWORK_LOGGING (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNetworkLoggingTest.java66 private static final String DELEGATION_NETWORK_LOGGING = "delegation-network-logging"; field in NetworkLoggingTest
180 Arrays.asList(DELEGATION_NETWORK_LOGGING)); in testSetDelegateScope_delegationNetworkLogging()
183 .contains(DELEGATION_NETWORK_LOGGING); in testSetDelegateScope_delegationNetworkLogging()
192 .doesNotContain(DELEGATION_NETWORK_LOGGING); in testSetDelegateScope_noDelegation()
DDelegationTest.java24 import static android.app.admin.DevicePolicyManager.DELEGATION_NETWORK_LOGGING;
214 final String [] doOrManagedPoDelegations = { DELEGATION_NETWORK_LOGGING }; in testDeviceOwnerOrManagedPoOnlyDelegations()
268 exclusiveDelegations.add(DELEGATION_NETWORK_LOGGING); in testExclusiveDelegations()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedManagedProfileOwnerTest.java48 private static final String DELEGATION_NETWORK_LOGGING = "delegation-network-logging"; field in MixedManagedProfileOwnerTest
435 result.add(DELEGATION_NETWORK_LOGGING); in getAdditionalDelegationScopes()
DMixedDeviceOwnerTest.java49 private static final String DELEGATION_NETWORK_LOGGING = "delegation-network-logging"; field in MixedDeviceOwnerTest
214 result.add(DELEGATION_NETWORK_LOGGING); in getAdditionalDelegationScopes()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DNetworkLoggingDelegateTest.java85 DevicePolicyManager.DELEGATION_NETWORK_LOGGING); in testCanAccessApis()