Searched refs:URI_PHONE_LOOKUP (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/
H A DEnterprisePolicyGuardTest.java68 private static final Uri URI_PHONE_LOOKUP = Uri.parse( field in class:EnterprisePolicyGuardTest
100 checkDirectorySupport(guard, URI_PHONE_LOOKUP, true);
121 checkCrossProfile(guard, URI_PHONE_LOOKUP, true);
137 checkCrossProfile(guard, URI_PHONE_LOOKUP, true);
153 checkCrossProfile(guard, URI_PHONE_LOOKUP, false);
170 checkCrossProfile(guard, URI_PHONE_LOOKUP, false);
189 checkCrossProfile(guard, appendRemoteDirectoryId(URI_PHONE_LOOKUP), false);
205 checkCrossProfile(guard, URI_PHONE_LOOKUP, true);

Completed in 62 milliseconds