Home
last modified time | relevance | path

Searched refs:ENTERPRISE_CONTENT_URI (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/compat/
DDirectorySdkCompat.java26 public static final Uri ENTERPRISE_CONTENT_URI = Directory.ENTERPRISE_CONTENT_URI; field in DirectorySdkCompat
DDirectoryCompat.java28 return DirectorySdkCompat.ENTERPRISE_CONTENT_URI; in getContentUri()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/util/
DDevicePolicyUtils.java53 : Phone.ENTERPRISE_CONTENT_URI; in getEnterprisePhoneUri()
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DContactsProviderTest.java132 ContactsContract.CommonDataKinds.Phone.ENTERPRISE_CONTENT_URI, in testQueryPhoneEnterprise()
DProviderPermissionTest.java62 ContactsContract.Directory.ENTERPRISE_CONTENT_URI,
/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
DDirectoriesCursorLoader.java53 ContactsContract.Directory.ENTERPRISE_CONTENT_URI, in DirectoriesCursorLoader()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java3322 Uri.Builder builder = Instances.ENTERPRISE_CONTENT_URI.buildUpon(); in testEnterpriseInstancesGetCorrectValue()
3406 Events.ENTERPRISE_CONTENT_URI, in testEnterpriseEventsGetCorrectValue()
3442 ContentUris.withAppendedId(Events.ENTERPRISE_CONTENT_URI, idToTest), in testEnterpriseEventsGetCorrectValueWithId()
3475 Events.ENTERPRISE_CONTENT_URI, in testEnterpriseEventsProjectionCalibration()
3537 Calendars.ENTERPRISE_CONTENT_URI, in testEnterpriseCalendarGetCorrectValue()
3561 ContentUris.withAppendedId(Calendars.ENTERPRISE_CONTENT_URI, idToTest), in testEnterpriseCalendarGetCorrectValueWithId()
3581 Calendars.ENTERPRISE_CONTENT_URI, in testEnterpriseCalendarsProjectionCalibration()
3610 Calendars.ENTERPRISE_CONTENT_URI, in testEnterpriseCalendarsNonAllowedListProjection()
3625 Calendars.ENTERPRISE_CONTENT_URI, in testEnterpriseCalendarsNotAllowed()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
DCp2ExtendedDirectoryPhoneLookup.java130 Directory.ENTERPRISE_CONTENT_URI, in queryCp2ForExtendedDirectoryIds()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java657 try (Cursor cursor = resolver.query(ContactsContract.Contacts.ENTERPRISE_CONTENT_URI, in getCorpLookupUri()
671 try (Cursor cursor = resolver.query(ContactsContract.Contacts.ENTERPRISE_CONTENT_URI, in getCorpImageUri()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java281 Uri uri = Directory.ENTERPRISE_CONTENT_URI; in getRemoteDirectories()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java381 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber) in testConvertEnterpriseUriWithEnterpriseDirectoryToLocalUri()
398 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber) in testConvertEnterpriseUriWithPersonalDirectoryToLocalUri()
414 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber) in testConvertEnterpriseUriWithoutDirectoryToLocalUri()
2415 Cursor c = mResolver.query(Phone.ENTERPRISE_CONTENT_URI, new String[]{Phone.CONTACT_ID, in testQueryMergedDataPhones()
2459 Cursor c = mResolver.query(Phone.ENTERPRISE_CONTENT_URI, new String[]{Phone.CONTACT_ID, in testQueryMergedDataPhones_nullCorp()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java851 CalendarContract.ENTERPRISE_CONTENT_URI, in notifyChange()