Searched refs:URI_DIRECTORIES (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/ |
D | EnterprisePolicyGuardTest.java | 70 private static final Uri URI_DIRECTORIES = field in EnterprisePolicyGuardTest 107 checkDirectorySupport(guard, URI_DIRECTORIES, false); in testDirectorySupport() 128 checkCrossProfile(guard, URI_DIRECTORIES, true); in testCrossProfile_userSettingOn() 144 checkCrossProfile(guard, URI_DIRECTORIES, true); in testCrossProfile_userSettingOn() 160 checkCrossProfile(guard, URI_DIRECTORIES, true); in testCrossProfile_userSettingOn() 177 checkCrossProfile(guard, URI_DIRECTORIES, false); in testCrossProfile_userSettingOn() 198 checkCrossProfile(guard, URI_DIRECTORIES, true); in testCrossProfile_userSettingOff()
|