Home
last modified time | relevance | path

Searched refs:policyKey (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
DSecurityPolicyTests.java212 long policyKey = account.mPolicyKey; in assertAccountPolicyConsistent() local
214 assertTrue(policyKey > 0); in assertAccountPolicyConsistent()
217 Policy policy = Policy.restorePolicyWithId(mMockContext, policyKey); in assertAccountPolicyConsistent()
230 return policyKey; in assertAccountPolicyConsistent()
/packages/apps/Email/src/com/android/email/activity/setup/
DMailboxSettings.java340 final Long policyKey = Utility.getFirstRowLong(getContext(), in loadInBackground() local
343 if (policyKey == null) { in loadInBackground()
349 ContentUris.withAppendedId(Policy.CONTENT_URI, policyKey), in loadInBackground()