Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/
H A DDirectorySdkCompat.java26 public static final Uri ENTERPRISE_CONTENT_URI = Directory.ENTERPRISE_CONTENT_URI; field in DirectorySdkCompat
H A DDirectoryCompat.java28 return DirectorySdkCompat.ENTERPRISE_CONTENT_URI; in getContentUri()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/util/
H A DDevicePolicyUtils.java53 : Phone.ENTERPRISE_CONTENT_URI; in getEnterprisePhoneUri()
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
H A DDirectoriesCursorLoader.java53 ContactsContract.Directory.ENTERPRISE_CONTENT_URI, in DirectoriesCursorLoader()
/aosp12/frameworks/base/core/java/android/provider/
H A DCalendarContract.java204 public static final Uri ENTERPRISE_CONTENT_URI = Uri.parse( field in CalendarContract
804 public static final Uri ENTERPRISE_CONTENT_URI = field in CalendarContract.Calendars
1802 public static final Uri ENTERPRISE_CONTENT_URI = field in CalendarContract.Events
2015 public static final Uri ENTERPRISE_CONTENT_URI = field in CalendarContract.Instances
H A DContactsContract.java445 public static final Uri ENTERPRISE_CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, field in ContactsContract.Directory
4952 static final Uri ENTERPRISE_CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, field in ContactsContract.Data
6164 public static final Uri ENTERPRISE_CONTENT_URI = field in ContactsContract.CommonDataKinds.Phone
6165 Uri.withAppendedPath(Data.ENTERPRISE_CONTENT_URI, "phones");
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A 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()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
H A DCp2ExtendedDirectoryPhoneLookup.java130 Directory.ENTERPRISE_CONTENT_URI, in queryCp2ForExtendedDirectoryIds()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java281 Uri uri = Directory.ENTERPRISE_CONTENT_URI; in getRemoteDirectories()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A 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()
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java852 CalendarContract.ENTERPRISE_CONTENT_URI, in notifyChange()
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt1542 MissingNullability: android.provider.ContactsContract.CommonDataKinds.Phone#ENTERPRISE_CONTENT_URI:
H A Dtest-current.txt2123 field public static final android.net.Uri ENTERPRISE_CONTENT_URI;
H A Dcurrent.txt33525 field @NonNull public static final android.net.Uri ENTERPRISE_CONTENT_URI;
33554 field @NonNull public static final android.net.Uri ENTERPRISE_CONTENT_URI;
33649 field @NonNull public static final android.net.Uri ENTERPRISE_CONTENT_URI;
34592 field public static final android.net.Uri ENTERPRISE_CONTENT_URI;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45060 Landroid/provider/ContactsContract$CommonDataKinds$Phone;->ENTERPRISE_CONTENT_URI:Landroid/net/Uri;
45087 Landroid/provider/ContactsContract$Data;->ENTERPRISE_CONTENT_URI:Landroid/net/Uri;