Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java1069 static public Account getAccountById(long accountId) { in getAccountById() method in ExchangeService
2290 Account account = getAccountById(c.getInt(Mailbox.CONTENT_ACCOUNT_KEY_COLUMN)); in checkMailboxes()