Home
last modified time | relevance | path

Searched refs:profileId (Results 1 – 1 of 1) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java423 final long profileId = lookupProfile(resolver, serverId); in updateContact() local
424 if (profileId <= 0) { in updateContact()
534 final long profileId = lookupProfile(resolver, userId); in updateContactStatus() local
537 if (profileId > 0) { in updateContactStatus()
538 values.put(StatusUpdates.DATA_ID, profileId); in updateContactStatus()
626 long profileId = 0; in lookupProfile() local
632 profileId = c.getLong(ProfileQuery.COLUMN_ID); in lookupProfile()
639 return profileId; in lookupProfile()