Searched refs:URI_EMAILS_LOOKUP (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/ |
D | EnterprisePolicyGuardTest.java | 66 private static final Uri URI_EMAILS_LOOKUP = field in EnterprisePolicyGuardTest 102 checkDirectorySupport(guard, URI_EMAILS_LOOKUP, true); in testDirectorySupport() 123 checkCrossProfile(guard, URI_EMAILS_LOOKUP, true); in testCrossProfile_userSettingOn() 139 checkCrossProfile(guard, URI_EMAILS_LOOKUP, true); in testCrossProfile_userSettingOn() 155 checkCrossProfile(guard, URI_EMAILS_LOOKUP, false); in testCrossProfile_userSettingOn() 172 checkCrossProfile(guard, URI_EMAILS_LOOKUP, false); in testCrossProfile_userSettingOn() 191 checkCrossProfile(guard, appendRemoteDirectoryId(URI_EMAILS_LOOKUP), false); in testCrossProfile_userSettingOff() 207 checkCrossProfile(guard, URI_EMAILS_LOOKUP, true); in testCrossProfile_userSettingOff()
|