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 | 56 private static final Uri URI_CONTACTS_ID_DISPLAY_PHOTO = Uri field in EnterprisePolicyGuardTest 111 checkDirectorySupport(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, false); in testDirectorySupport() 132 checkCrossProfile(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, true); in testCrossProfile_userSettingOn() 148 checkCrossProfile(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, true); in testCrossProfile_userSettingOn() 164 checkCrossProfile(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, true); in testCrossProfile_userSettingOn() 181 checkCrossProfile(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, false); in testCrossProfile_userSettingOn() 202 checkCrossProfile(guard, URI_CONTACTS_ID_DISPLAY_PHOTO, true); in testCrossProfile_userSettingOff()
|