Home
last modified time | relevance | path

Searched defs:groupId (Results 1 – 3 of 3) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
DSyncAdapter.java94 final long groupId = ContactManager.ensureSampleGroupExists(mContext, account); in onPerformSync() local
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java64 long groupId = 0; in ensureSampleGroupExists() local
106 List<RawContact> rawContacts, long groupId, long lastSyncMarker) { in updateContacts()
280 long groupId, boolean inSync, BatchOperation batchOperation) { in addContact()
DContactOperations.java195 public ContactOperations addGroupMembership(long groupId) { in addGroupMembership()