Searched refs:clientSecret (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/mail/internet/
H A DOAuthAuthenticator.java96 nvp.add(new BasicNameValuePair(OAUTH_REQUEST_CLIENT_SECRET, provider.clientSecret));
125 nvp.add(new BasicNameValuePair(OAUTH_REQUEST_CLIENT_SECRET, provider.clientSecret));
/packages/apps/Email/provider_src/com/android/email/activity/setup/
H A DAccountSettingsUtils.java170 provider.clientSecret = getXmlAttribute(context, xml, "client_secret");
221 provider.clientSecret = getXmlAttribute(context, xml, "client_secret");
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DVendorPolicyLoader.java207 public String clientSecret; field in class:VendorPolicyLoader.OAuthProvider

Completed in 32 milliseconds