HomeSort by relevance Sort by last modified time
    Searched refs:securitySyncKey (Results 1 - 3 of 3) sorted by null

  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ProvisionParser.java 63 public void setSecuritySyncKey(String securitySyncKey) {
64 mSecuritySyncKey = securitySyncKey;
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 538 * set to 0 and the securitySyncKey to null. Also, update the account object to reflect the
539 * current policyKey and securitySyncKey
543 * @param securitySyncKey the security sync key for this account (ignored if policy is null)
546 String securitySyncKey) {
559 .withValue(AccountColumns.SECURITY_SYNC_KEY, securitySyncKey)
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java     [all...]

Completed in 126 milliseconds