Home
last modified time | relevance | path

Searched refs:checkIfAccountManagementDisabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java140 .checkIfAccountManagementDisabled(mContext, "account_type", mUserId); in checkIfDevicePolicyServiceDisabled_noEnforceAdminForManagedProfile()
150 .checkIfAccountManagementDisabled(mContext, "account_type", mUserId); in checkIfDeviceAdminFeatureDisabled_noEnforceAdminForManagedProfile()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java455 public static EnforcedAdmin checkIfAccountManagementDisabled(Context context, in checkIfAccountManagementDisabled() method in RestrictedLockUtilsInternal