Searched refs:oauth (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/activity/setup/
H A DAccountSettingsUtils.java122 * @param emailAddress Email address to send as a hint to the oauth service.
138 * Search for a single resource containing known oauth provider definitions.
141 * @param id String Id of the oauth provider.
145 return findOAuthProvider(context, id, R.xml.oauth);
151 final XmlResourceParser xml = context.getResources().getXml(R.xml.oauth);
186 * Search for a single resource containing known oauth provider definitions.
189 * @param id String Id of the oauth provider.
284 // To do this probably requires caching oauth.xml, otherwise the lookup
286 provider.oauth = getXmlAttribute(context, xml, "oauth");
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DVendorPolicyLoader.java230 public String oauth; field in class:VendorPolicyLoader.Provider

Completed in 107 milliseconds