Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterprisePolicyGuard.java70 final boolean isCallerIdEnabled = !mDpm.getCrossProfileCallerIdDisabled(currentHandle); in isCrossProfileAllowed()
80 Log.v(TAG, "isCallerIdEnabled: " + isCallerIdEnabled); in isCrossProfileAllowed()
99 return (isCallerIdGuarded(uriCode) && isCallerIdEnabled) in isCrossProfileAllowed()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/
DEnterprisePolicyGuardTest.java259 private Context getMockContext(boolean isCallerIdEnabled, boolean isContactsSearchEnabled) { in getMockContext() argument
262 .thenReturn(!isCallerIdEnabled); in getMockContext()