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