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