Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterprisePolicyGuard.java61 final UserHandle currentHandle = new UserHandle(UserUtils.getCurrentUserHandle(mContext)); in isCrossProfileAllowed() local
62 if (uriCode == -1 || currentHandle == null) { in isCrossProfileAllowed()
70 final boolean isCallerIdEnabled = !mDpm.getCrossProfileCallerIdDisabled(currentHandle); in isCrossProfileAllowed()
72 !mDpm.getCrossProfileContactsSearchDisabled(currentHandle); in isCrossProfileAllowed()
74 !mDpm.getBluetoothContactSharingDisabled(currentHandle); in isCrossProfileAllowed()