Searched refs:URI_DIRECTORIES_ID (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/ |
D | EnterprisePolicyGuardTest.java | 73 private static final Uri URI_DIRECTORIES_ID = field in EnterprisePolicyGuardTest 109 checkDirectorySupport(guard, URI_DIRECTORIES_ID, false); in testDirectorySupport() 130 checkCrossProfile(guard, URI_DIRECTORIES_ID, true); in testCrossProfile_userSettingOn() 146 checkCrossProfile(guard, URI_DIRECTORIES_ID, true); in testCrossProfile_userSettingOn() 162 checkCrossProfile(guard, URI_DIRECTORIES_ID, true); in testCrossProfile_userSettingOn() 179 checkCrossProfile(guard, URI_DIRECTORIES_ID, false); in testCrossProfile_userSettingOn() 200 checkCrossProfile(guard, URI_DIRECTORIES_ID, true); in testCrossProfile_userSettingOff()
|