Searched refs:SYNC_CONTACTS_URI (Results 1 – 1 of 1) sorted by relevance
79 public static final String SYNC_CONTACTS_URI = BASE_URL + "/sync"; field in NetworkUtilities188 Log.i(TAG, "Syncing to: " + SYNC_CONTACTS_URI); in syncContacts()189 final HttpPost post = new HttpPost(SYNC_CONTACTS_URI); in syncContacts()