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

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 116 cv.put(AccountColumns.SECURITY_SYNC_KEY, account.mSecuritySyncKey);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 106 { EmailContent.AccountColumns.SECURITY_SYNC_KEY };
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 182 AccountColumns.SECURITY_SYNC_KEY,
742 values.put(AccountColumns.SECURITY_SYNC_KEY, mSecuritySyncKey);
810 // SECURITY_SYNC_KEY is not stored
    [all...]
EmailContent.java     [all...]
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 539 .withValue(AccountColumns.SECURITY_SYNC_KEY, securitySyncKey)
544 .withValue(AccountColumns.SECURITY_SYNC_KEY, null)
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 515 + AccountColumns.SECURITY_SYNC_KEY + " text, "
    [all...]

Completed in 213 milliseconds