Searched refs:ENTERPRISE_CONTENT_URI (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/compat/ |
D | DirectorySdkCompat.java | 26 public static final Uri ENTERPRISE_CONTENT_URI = Directory.ENTERPRISE_CONTENT_URI; field in DirectorySdkCompat
|
D | DirectoryCompat.java | 28 return DirectorySdkCompat.ENTERPRISE_CONTENT_URI; in getContentUri()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/util/ |
D | DevicePolicyUtils.java | 53 : Phone.ENTERPRISE_CONTENT_URI; in getEnterprisePhoneUri()
|
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | ContactsProviderTest.java | 132 ContactsContract.CommonDataKinds.Phone.ENTERPRISE_CONTENT_URI, in testQueryPhoneEnterprise()
|
D | ProviderPermissionTest.java | 62 ContactsContract.Directory.ENTERPRISE_CONTENT_URI,
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/ |
D | DirectoriesCursorLoader.java | 53 ContactsContract.Directory.ENTERPRISE_CONTENT_URI, in DirectoriesCursorLoader()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 3322 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/ |
D | Cp2ExtendedDirectoryPhoneLookup.java | 130 Directory.ENTERPRISE_CONTENT_URI, in queryCp2ForExtendedDirectoryIds()
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | EnterpriseContactsTest.java | 657 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/ |
D | ContactInfoHelper.java | 281 Uri uri = Directory.ENTERPRISE_CONTENT_URI; in getRemoteDirectories()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 381 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/ |
D | CalendarProvider2.java | 851 CalendarContract.ENTERPRISE_CONTENT_URI, in notifyChange()
|