Searched refs:acctId (Results 1 – 2 of 2) sorted by relevance
52 long acctId = rawContactsToAccounts.get(rId); in mergeComponentsWithDisjointAccounts() local53 Set<Integer> s = accounts.get(acctId); in mergeComponentsWithDisjointAccounts()58 accounts.put(acctId, s); in mergeComponentsWithDisjointAccounts()
4173 final long acctId = Long.parseLong(id); in uiVirtualMailboxes() local4174 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() local5549 Cursor ac = query(uiUri("uiaccount", acctId), UIProvider.ACCOUNTS_PROJECTION, in pickFolder()