Searched refs:sourceId (Results 1 - 10 of 10) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLookupKey.java68 String accountName, long rawContactId, String sourceId,
79 if (sourceId == null) {
85 if (appendEscapedSourceId(lookupKey, sourceId)) {
91 private static boolean appendEscapedSourceId(StringBuilder sb, String sourceId) { argument
95 int index = sourceId.indexOf('.', start);
97 sb.append(sourceId, start, sourceId.length());
102 sb.append(sourceId, start, index);
67 appendToLookupKey(StringBuilder lookupKey, String accountTypeWithDataSet, String accountName, long rawContactId, String sourceId, String displayName) argument
H A DDataRowHandlerForGroupMembership.java171 final String sourceId = values.getAsString(GroupMembership.GROUP_SOURCE_ID);
172 final long groupId = getOrMakeGroup(db, rawContactId, sourceId,
180 * Returns the group id of the group with sourceId and the same account as rawContactId.
184 * @param sourceId the sourceIf of the group to query or create
189 private long getOrMakeGroup(SQLiteDatabase db, long rawContactId, String sourceId, argument
217 ArrayList<GroupIdCacheEntry> entries = mGroupIdCache.get(sourceId);
220 mGroupIdCache.put(sourceId, entries);
237 entry.sourceId = sourceId;
240 // look up the group that contains this sourceId an
[all...]
H A DProfileAggregator.java46 String accountName, long rawContactId, String sourceId, String displayName) {
45 appendLookupKey(StringBuilder sb, String accountTypeWithDataSet, String accountName, long rawContactId, String sourceId, String displayName) argument
H A DContactAggregator.java1801 String accountName, long rawContactId, String sourceId, String displayName) {
1803 sourceId, displayName);
1800 appendLookupKey(StringBuilder sb, String accountTypeWithDataSet, String accountName, long rawContactId, String sourceId, String displayName) argument
H A DContactsProvider2.java1257 String sourceId; field in class:ContactsProvider2.GroupIdCacheEntry
6231 String sourceId = c.getString(LookupBySourceIdQuery.SOURCE_ID);
6236 && segment.key.equals(sourceId)) {
/packages/apps/Mms/src/com/android/mms/ui/
H A DSearchActivity.java207 private long getThreadId(long sourceId, long which) { argument
209 b = b.appendQueryParameter("row_id", String.valueOf(sourceId));
250 long sourceId = Long.parseLong(u.getQueryParameter("source_id"));
252 long threadId = getThreadId(sourceId, whichTable);
256 onClickIntent.putExtra("select_id", sourceId);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java207 protected long createGroup(Account account, String sourceId, String title) { argument
208 return createGroup(account, sourceId, title, 1, false, false);
211 protected long createGroup(Account account, String sourceId, String title, int visible) { argument
212 return createGroup(account, sourceId, title, visible, false, false);
220 protected long createGroup(Account account, String sourceId, String title, argument
223 values.put(Groups.SOURCE_ID, sourceId);
385 protected Uri insertGroupMembership(long rawContactId, String sourceId) { argument
389 values.put(GroupMembership.GROUP_SOURCE_ID, sourceId);
643 protected long assertSingleGroup(Long rowId, Account account, String sourceId, String title) { argument
647 long actualRowId = assertGroup(c, rowId, account, sourceId, titl
655 assertSingleGroupMembership(Long rowId, Long rawContactId, Long groupRowId, String sourceId) argument
668 assertGroupMembership(Cursor c, Long rowId, Long rawContactId, Long groupRowId, String sourceId) argument
677 assertGroup(Cursor c, Long rowId, Account account, String sourceId, String title) argument
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DErrorConsoleView.java307 headline.setText(error.sourceId() + ":" + error.lineNumber());
H A DTab.java1190 + consoleMessage.sourceId() + ":"
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java1508 String sourceId = c.getString(0);
1509 values.put(Groups.TITLE, sourceId);
1511 Groups.SOURCE_ID + "=?", new String[] {sourceId});

Completed in 143 milliseconds