Searched defs:securityKey (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DPolicyServiceProxy.java72 final String securityKey) throws RemoteException {
73 setAccountPolicy2(accountId, policy, securityKey, true /* notify */);
78 final String securityKey, final boolean notify) throws RemoteException {
82 mService.setAccountPolicy2(accountId, policy, securityKey, notify);
152 String securityKey) {
153 setAccountPolicy2(context, accountId, policy, securityKey, true /* notify */);
157 String securityKey, boolean notify) {
159 new PolicyServiceProxy(context).setAccountPolicy2(accountId, policy, securityKey,
71 setAccountPolicy(final long accountId, final Policy policy, final String securityKey) argument
77 setAccountPolicy2(final long accountId, final Policy policy, final String securityKey, final boolean notify) argument
151 setAccountPolicy(Context context, long accountId, Policy policy, String securityKey) argument
156 setAccountPolicy2(Context context, long accountId, Policy policy, String securityKey, boolean notify) argument
/packages/apps/Email/provider_src/com/android/email/
H A DSecurityPolicy.java597 public void setAccountPolicy(long accountId, Policy policy, String securityKey, argument
610 if (oldPolicy != null && securityKey != null) {
618 if (!policyChanged && (TextUtilities.stringOrNullEquals(securityKey,
622 setAccountPolicy(mContext, account, policy, securityKey);

Completed in 65 milliseconds