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

  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSettingsUtils.java 113 cv.put(AccountColumns.SECURITY_SYNC_KEY, account.mSecuritySyncKey);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 182 AccountColumns.SECURITY_SYNC_KEY,
748 values.put(AccountColumns.SECURITY_SYNC_KEY, mSecuritySyncKey);
816 // SECURITY_SYNC_KEY is not stored
    [all...]
EmailContent.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 550 .withValue(AccountColumns.SECURITY_SYNC_KEY, securitySyncKey)
555 .withValue(AccountColumns.SECURITY_SYNC_KEY, null)
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 515 + AccountColumns.SECURITY_SYNC_KEY + " text, "
    [all...]

Completed in 135 milliseconds