Searched defs:syncState (Results 1 – 1 of 1) sorted by relevance
181 long rawContactId, long syncState, boolean dirty) { in RawContact()226 final long syncState = !contact.isNull("x") ? contact.getLong("x") : 0; in valueOf() local