Searched refs:checkCrossProfile (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/ |
D | EnterprisePolicyGuardTest.java | 122 checkCrossProfile(guard, URI_PHONE_LOOKUP, true); in testCrossProfile_userSettingOn() 123 checkCrossProfile(guard, URI_EMAILS_LOOKUP, true); in testCrossProfile_userSettingOn() 124 checkCrossProfile(guard, URI_CONTACTS_FILTER, true); in testCrossProfile_userSettingOn() 125 checkCrossProfile(guard, URI_PHONES_FILTER, true); in testCrossProfile_userSettingOn() 126 checkCrossProfile(guard, URI_CALLABLES_FILTER, true); in testCrossProfile_userSettingOn() 127 checkCrossProfile(guard, URI_EMAILS_FILTER, true); in testCrossProfile_userSettingOn() 128 checkCrossProfile(guard, URI_DIRECTORY_FILE, true); in testCrossProfile_userSettingOn() 129 checkCrossProfile(guard, URI_DIRECTORIES, true); in testCrossProfile_userSettingOn() 130 checkCrossProfile(guard, URI_DIRECTORIES_ID, true); in testCrossProfile_userSettingOn() 131 checkCrossProfile(guard, URI_CONTACTS_ID_PHOTO, true); in testCrossProfile_userSettingOn() [all …]
|