Searched refs:hostAuthId (Results 1 – 2 of 2) sorted by relevance
304 long hostAuthId = c.getLong(HostAuth.ID_PROJECTION_COLUMN); in findExistingAccount() local307 ACCOUNT_WHERE_HOSTAUTH, new String[] { Long.toString(hostAuthId) }, null); in findExistingAccount()
557 long hostAuthId = c.getLong(Account.CONTENT_HOST_AUTH_KEY_RECV_COLUMN); in collectEasAccounts() local558 if (hostAuthId > 0) { in collectEasAccounts()559 HostAuth ha = HostAuth.restoreHostAuthWithId(context, hostAuthId); in collectEasAccounts()