Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java52 long acctId = rawContactsToAccounts.get(rId); in mergeComponentsWithDisjointAccounts() local
53 Set<Integer> s = accounts.get(acctId); in mergeComponentsWithDisjointAccounts()
58 accounts.put(acctId, s); in mergeComponentsWithDisjointAccounts()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java4173 final long acctId = Long.parseLong(id); in uiVirtualMailboxes() local
4174 mc.addRow(getVirtualMailboxRow(acctId, Mailbox.TYPE_STARRED, uiProjection)); in uiVirtualMailboxes()
4175 mc.addRow(getVirtualMailboxRow(acctId, Mailbox.TYPE_UNREAD, uiProjection)); in uiVirtualMailboxes()
5547 Long acctId = Long.parseLong(uri.getLastPathSegment()); in pickFolder() local
5549 Cursor ac = query(uiUri("uiaccount", acctId), UIProvider.ACCOUNTS_PROJECTION, in pickFolder()