Searched refs:URI_PHONE_LOOKUP (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/ |
D | EnterprisePolicyGuardTest.java | 68 private static final Uri URI_PHONE_LOOKUP = Uri.parse( field in EnterprisePolicyGuardTest 100 checkDirectorySupport(guard, URI_PHONE_LOOKUP, true); in testDirectorySupport() 121 checkCrossProfile(guard, URI_PHONE_LOOKUP, true); in testCrossProfile_userSettingOn() 137 checkCrossProfile(guard, URI_PHONE_LOOKUP, true); in testCrossProfile_userSettingOn() 153 checkCrossProfile(guard, URI_PHONE_LOOKUP, false); in testCrossProfile_userSettingOn() 170 checkCrossProfile(guard, URI_PHONE_LOOKUP, false); in testCrossProfile_userSettingOn() 189 checkCrossProfile(guard, appendRemoteDirectoryId(URI_PHONE_LOOKUP), false); in testCrossProfile_userSettingOff() 205 checkCrossProfile(guard, URI_PHONE_LOOKUP, true); in testCrossProfile_userSettingOff()
|