Searched refs:URI_CONTACTS_ID_DISPLAY_PHOTO (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/ |
D | EnterprisePolicyGuardTest.java | 55 private static final Uri URI_CONTACTS_ID_DISPLAY_PHOTO = Uri field in EnterprisePolicyGuardTest 110 checkDirectorySupport(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, false); in testDirectorySupport() 131 checkCrossProfile(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, true); in testCrossProfile_userSettingOn() 147 checkCrossProfile(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, true); in testCrossProfile_userSettingOn() 163 checkCrossProfile(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, true); in testCrossProfile_userSettingOn() 180 checkCrossProfile(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, false); in testCrossProfile_userSettingOn() 201 checkCrossProfile(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, true); in testCrossProfile_userSettingOff()
|