Searched refs:isCallerIdEnabled (Results 1 – 2 of 2) sorted by relevance
70 final boolean isCallerIdEnabled = !mDpm.getCrossProfileCallerIdDisabled(currentHandle); in isCrossProfileAllowed()80 Log.v(TAG, "isCallerIdEnabled: " + isCallerIdEnabled); in isCrossProfileAllowed()99 return (isCallerIdGuarded(uriCode) && isCallerIdEnabled) in isCrossProfileAllowed()
259 private Context getMockContext(boolean isCallerIdEnabled, boolean isContactsSearchEnabled) { in getMockContext() argument262 .thenReturn(!isCallerIdEnabled); in getMockContext()