Home
last modified time | relevance | path

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

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DGoogleSource.java190 long assignToGroupSourceId = -1; in attemptMyContactsMembership() local
195 if (assignToGroupSourceId == -1 && cursor.getInt(2) != 0) { in attemptMyContactsMembership()
196 assignToGroupSourceId = cursor.getInt(1); in attemptMyContactsMembership()
199 if (myContactsExists && assignToGroupSourceId != -1) { in attemptMyContactsMembership()
249 if (assignToGroupSourceId != -1) { in attemptMyContactsMembership()
250 values.put(GroupMembership.GROUP_SOURCE_ID, assignToGroupSourceId); in attemptMyContactsMembership()