Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java304 long hostAuthId = c.getLong(HostAuth.ID_PROJECTION_COLUMN); in findExistingAccount() local
307 ACCOUNT_WHERE_HOSTAUTH, new String[] { Long.toString(hostAuthId) }, null); in findExistingAccount()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java557 long hostAuthId = c.getLong(Account.CONTENT_HOST_AUTH_KEY_RECV_COLUMN); in collectEasAccounts() local
558 if (hostAuthId > 0) { in collectEasAccounts()
559 HostAuth ha = HostAuth.restoreHostAuthWithId(context, hostAuthId); in collectEasAccounts()