Home
last modified time | relevance | path

Searched refs:getCrossProfileContactsSearchDisabledForUser (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl224 boolean getCrossProfileContactsSearchDisabledForUser(int userId); in getCrossProfileContactsSearchDisabledForUser() method
DDevicePolicyManager.java4435 .getCrossProfileContactsSearchDisabledForUser(userHandle.getIdentifier()); in getCrossProfileContactsSearchDisabled()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java7640 public boolean getCrossProfileContactsSearchDisabledForUser(int userId) { in getCrossProfileContactsSearchDisabledForUser() method in DevicePolicyManagerService
7682 && getCrossProfileContactsSearchDisabledForUser(userId); in isCrossProfileQuickContactDisabled()