HomeSort by relevance Sort by last modified time
    Searched refs:mParentDevicePolicyManager (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DevicePolicyManagerParentSupportTest.java 25 mParentDevicePolicyManager.setPasswordQuality(
28 mParentDevicePolicyManager.getPasswordQuality(ADMIN_RECEIVER_COMPONENT);
39 mParentDevicePolicyManager.setPasswordHistoryLength(
42 mParentDevicePolicyManager.getPasswordHistoryLength(ADMIN_RECEIVER_COMPONENT);
53 mParentDevicePolicyManager.setPasswordExpirationTimeout(
56 mParentDevicePolicyManager.getPasswordExpirationTimeout(ADMIN_RECEIVER_COMPONENT);
68 mParentDevicePolicyManager.setPasswordExpirationTimeout(
71 mParentDevicePolicyManager.getPasswordExpiration(ADMIN_RECEIVER_COMPONENT);
78 mParentDevicePolicyManager.getPasswordMaximumLength(
85 assertThat(mParentDevicePolicyManager.isActivePasswordSufficient()).isFalse()
    [all...]
BaseManagedProfileTest.java 40 protected DevicePolicyManager mParentDevicePolicyManager;
51 mParentDevicePolicyManager =
65 return isParent ? mParentDevicePolicyManager : mDevicePolicyManager;
TrustAgentInfoTest.java 72 mParentDevicePolicyManager.getTrustAgentConfiguration(
83 parentConfig = mParentDevicePolicyManager.getTrustAgentConfiguration(
101 mParentDevicePolicyManager.getTrustAgentConfiguration(
ParentProfileTest.java 115 method.invoke(mParentDevicePolicyManager, params);

Completed in 81 milliseconds