Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java189 long hostAuthId = c.getLong(HostAuth.ID_PROJECTION_COLUMN); in findExistingAccount() local
192 ACCOUNT_WHERE_HOSTAUTH, new String[] { Long.toString(hostAuthId) }, null); in findExistingAccount()