Searched refs:rawContactIsLocal (Results 1 – 1 of 1) sorted by relevance
3866 if (rawContactIsLocal(rawContactId)) { in deleteContact()3915 if (callerIsSyncAdapter || rawContactIsLocal(rawContactId)) { in deleteRawContact()3968 private boolean rawContactIsLocal(long rawContactId) { in rawContactIsLocal() method in ContactsProvider2