/packages/apps/Exchange/tests/src/com/android/exchange/eas/ |
EasProvisionTests.java | 48 final String policyKey = "Test_Policy_Key"; 64 mContext, userAgent, policyKey, policyType, status, phase, protocolVersion); 78 final String policyKey = "Test_Policy_Key"; 95 mContext, userAgent, policyKey, policyType, status, phase, protocolVersion); 109 final String policyKey = "Test_Policy_Key"; 123 mContext, userAgent, policyKey, policyType, status, phase, protocolVersion); 137 final String policyKey = "Test_Policy_Key"; 147 expectedResult.data(Tags.PROVISION_POLICY_KEY, policyKey); 155 mContext, userAgent, policyKey, policyType, status, phase, protocolVersion);
|
/packages/apps/Exchange/tests/src/com/android/exchange/ |
EasSyncServiceTests.java | 60 Header[] headers = method.getHeaders("X-MS-PolicyKey"); 64 method.removeHeaders("X-MS-PolicyKey"); 66 headers = method.getHeaders("X-MS-PolicyKey"); 73 method.removeHeaders("X-MS-PolicyKey"); 75 headers = method.getHeaders("X-MS-PolicyKey"); 81 method.removeHeaders("X-MS-PolicyKey"); 83 headers = method.getHeaders("X-MS-PolicyKey");
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
MailboxSettings.java | 174 final Long policyKey = Utility.getFirstRowLong(c, ContentUris.withAppendedId( 177 if (policyKey != null) { 179 Policy.CONTENT_URI, policyKey), MAX_EMAIL_LOOKBACK_PROJECTION,
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasProvision.java | 224 * @param policyKey EAS specific tag for Provision requests. 232 final Context context, final String userAgent, final String policyKey, 257 s.data(Tags.PROVISION_POLICY_KEY, policyKey);
|
EasOperation.java | 517 * @return Whether to set the X-MS-PolicyKey header. Only Ping does not want this header. [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
PolicyTests.java | 99 // We should have a policyKey now 110 // Make sure policyKey is cleared and policy is deleted
|
/packages/apps/Email/tests/src/com/android/email/ |
SecurityPolicyTests.java | 212 long policyKey = account.mPolicyKey; 214 assertTrue(policyKey > 0); 217 Policy policy = Policy.restorePolicyWithId(mMockContext, policyKey); 230 return policyKey;
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Account.java | 708 long policyKey = account.mPolicyKey; 710 if (policyKey <= 0) return false; 719 Policy policy = Policy.restorePolicyWithId(context, policyKey); [all...] |
EmailContent.java | [all...] |
/packages/apps/Email/src/com/android/email/ |
SecurityPolicy.java | 516 * the account and sets the policy key for the account. If policy is null, the policyKey is 518 * current policyKey and securitySyncKey 534 // Make the policyKey of the account our newly created policy, and set the sync key [all...] |
/packages/apps/Exchange/src/com/android/exchange/ |
EasSyncService.java | [all...] |
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
SyncManager.java | [all...] |
/packages/apps/Exchange/src/com/android/exchange/service/ |
EasServerConnection.java | 314 post.setHeader("X-MS-PolicyKey", key);
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
Tags.java | [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
DBHelper.java | 116 // Version 19: Add Policy table; add policyKey to Account table and trigger to delete an [all...] |