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.java3303 Uri.Builder builder = Instances.ENTERPRISE_CONTENT_URI.buildUpon(); in testEnterpriseInstancesGetCorrectValue()
3387 Events.ENTERPRISE_CONTENT_URI, in testEnterpriseEventsGetCorrectValue()
3423 ContentUris.withAppendedId(Events.ENTERPRISE_CONTENT_URI, idToTest), in testEnterpriseEventsGetCorrectValueWithId()
3456 Events.ENTERPRISE_CONTENT_URI, in testEnterpriseEventsProjectionCalibration()
3518 Calendars.ENTERPRISE_CONTENT_URI, in testEnterpriseCalendarGetCorrectValue()
3542 ContentUris.withAppendedId(Calendars.ENTERPRISE_CONTENT_URI, idToTest), in testEnterpriseCalendarGetCorrectValueWithId()
3562 Calendars.ENTERPRISE_CONTENT_URI, in testEnterpriseCalendarsProjectionCalibration()
3591 Calendars.ENTERPRISE_CONTENT_URI, in testEnterpriseCalendarsNonWhitelistedProjection()
3606 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.java136 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber) in testConvertEnterpriseUriWithEnterpriseDirectoryToLocalUri()
153 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber) in testConvertEnterpriseUriWithPersonalDirectoryToLocalUri()
169 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber) in testConvertEnterpriseUriWithoutDirectoryToLocalUri()
2170 Cursor c = mResolver.query(Phone.ENTERPRISE_CONTENT_URI, new String[]{Phone.CONTACT_ID, in testQueryMergedDataPhones()
2214 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.java835 CalendarContract.ENTERPRISE_CONTENT_URI, in notifyChange()