Home
last modified time | relevance | path

Searched refs:ENTERPRISE_CONTENT_URI (Results 1 – 9 of 9) 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/apps/Bluetooth/src/com/android/bluetooth/util/
DDevicePolicyUtils.java53 : Phone.ENTERPRISE_CONTENT_URI; in getEnterprisePhoneUri()
/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/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.java155 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber) in testConvertEnterpriseUriWithEnterpriseDirectoryToLocalUri()
172 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber) in testConvertEnterpriseUriWithPersonalDirectoryToLocalUri()
188 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber) in testConvertEnterpriseUriWithoutDirectoryToLocalUri()
2189 Cursor c = mResolver.query(Phone.ENTERPRISE_CONTENT_URI, new String[]{Phone.CONTACT_ID, in testQueryMergedDataPhones()
2233 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.java852 CalendarContract.ENTERPRISE_CONTENT_URI, in notifyChange()