Searched defs:sourceId (Results 1 – 4 of 4) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactLookupKey.java | 64 String accountName, long rawContactId, String sourceId, String displayName) { in appendToLookupKey() 86 private static boolean appendEscapedSourceId(StringBuilder sb, String sourceId) { in appendEscapedSourceId()
|
D | ContactsProvider2.java | 1766 final String sourceId = values.getAsString(GroupMembership.GROUP_SOURCE_ID); in resolveGroupSourceIdInValues() local 1818 String sourceId; field in ContactsProvider2.GroupIdCacheEntry 2661 private long getOrMakeGroup(SQLiteDatabase db, long rawContactId, String sourceId, in getOrMakeGroup()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 183 protected long createGroup(Account account, String sourceId, String title) { in createGroup() 187 protected long createGroup(Account account, String sourceId, String title, int visible) { in createGroup() 319 protected Uri insertGroupMembership(long rawContactId, String sourceId) { in insertGroupMembership() 484 protected long assertSingleGroup(Long rowId, Account account, String sourceId, String title) { in assertSingleGroup() 497 String sourceId) { in assertSingleGroupMembership() 510 String sourceId) { in assertGroupMembership() 518 … protected long assertGroup(Cursor c, Long rowId, Account account, String sourceId, String title) { in assertGroup()
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
D | ContactsSyncAdapter.java | 1498 String sourceId = c.getString(0); in cleanup() local
|