Searched defs:authenticator (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DFallbackAccountType.java87 public void initializeFieldsFromAuthenticator(AuthenticatorDescription authenticator) { argument
H A DSimAccountType.java67 public void initializeFieldsFromAuthenticator(AuthenticatorDescription authenticator) { argument
H A DAccountType.java83 * The package name for the authenticator (for the embedded types, i.e. Google and Exchange)
170 * is the authenticator package name but the notification service is in the sync adapter
325 public void initializeFieldsFromAuthenticator(AuthenticatorDescription authenticator) { argument
326 accountType = authenticator.type;
327 titleRes = authenticator.labelId;
328 iconRes = authenticator.iconId;

Completed in 236 milliseconds