HomeSort by relevance Sort by last modified time
    Searched defs:mPolicyKey (Results 1 - 2 of 2) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasProvision.java 84 private String mPolicyKey;
99 mPolicyKey = null;
107 mPolicyKey = null;
180 PolicyServiceProxy.setAccountPolicy(mContext, accountId, mPolicy, mPolicyKey);
220 s.data(Tags.PROVISION_POLICY_KEY, mPolicyKey);
253 mPolicyKey = pp.getSecuritySyncKey();
260 mPolicyKey = pp.getSecuritySyncKey();
261 return (mPolicyKey != null ? RESULT_POLICY_SUPPORTED : RESULT_POLICY_UNSUPPORTED);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 143 public long mPolicyKey;
274 mPolicyKey = cursor.getLong(CONTENT_POLICY_KEY_COLUMN);
706 long policyKey = account.mPolicyKey;
822 values.put(AccountColumns.POLICY_KEY, mPolicyKey);
    [all...]

Completed in 390 milliseconds