Searched refs:checkDirectorySupport (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/ |
D | EnterprisePolicyGuardTest.java | 101 checkDirectorySupport(guard, URI_PHONE_LOOKUP, true); in testDirectorySupport() 102 checkDirectorySupport(guard, URI_EMAILS_LOOKUP, true); in testDirectorySupport() 103 checkDirectorySupport(guard, URI_CONTACTS_FILTER, true); in testDirectorySupport() 104 checkDirectorySupport(guard, URI_PHONES_FILTER, true); in testDirectorySupport() 105 checkDirectorySupport(guard, URI_CALLABLES_FILTER, true); in testDirectorySupport() 106 checkDirectorySupport(guard, URI_EMAILS_FILTER, true); in testDirectorySupport() 107 checkDirectorySupport(guard, URI_DIRECTORY_FILE, true); in testDirectorySupport() 108 checkDirectorySupport(guard, URI_DIRECTORIES, false); in testDirectorySupport() 109 checkDirectorySupport(guard, URI_DIRECTORIES_ID, false); in testDirectorySupport() 110 checkDirectorySupport(guard, URI_CONTACTS_ID_PHOTO, false); in testDirectorySupport() [all …]
|