Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java342 PackagePolicy mManagedProfileContactsAccess = null; field in ActiveAdmin
683 mManagedProfileContactsAccess); in writeToXml()
1000 mManagedProfileContactsAccess = readPackagePolicy(parser); in readFromXml()
1391 mManagedProfileContactsAccess); in dump()
DDevicePolicyManagerService.java14419 admin.mManagedProfileContactsAccess = policy; in setManagedProfileContactsAccessPolicy()
14436 return (admin != null) ? admin.mManagedProfileContactsAccess : null; in getManagedProfileContactsAccessPolicy()
14450 if (admin.mManagedProfileContactsAccess == null) { in hasManagedProfileContactsAccess()
14454 return admin.mManagedProfileContactsAccess.isPackageAllowed(packageName, in hasManagedProfileContactsAccess()
14473 admin.mManagedProfileContactsAccess = in setCrossProfileContactsSearchDisabled()
14476 admin.mManagedProfileContactsAccess = in setCrossProfileContactsSearchDisabled()
14502 if (admin.mManagedProfileContactsAccess == null) { in getCrossProfileContactsSearchDisabled()
14505 return admin.mManagedProfileContactsAccess.getPolicyType() in getCrossProfileContactsSearchDisabled()
14523 if (admin.mManagedProfileContactsAccess == null) { in getCrossProfileContactsSearchDisabledForUser()
14526 if (admin.mManagedProfileContactsAccess.getPolicyType() in getCrossProfileContactsSearchDisabledForUser()
[all …]