diff options
| author | Tor Norbye <tnorbye@google.com> | 2018-12-09 09:28:46 -0800 |
|---|---|---|
| committer | Tor Norbye <tnorbye@google.com> | 2018-12-09 09:28:46 -0800 |
| commit | 3332cd5b26e44ed9feb79363db92be21d95b0e62 (patch) | |
| tree | 1b0924fcff090ed47d35c03de8d35752d7bbffd7 /core/java | |
| parent | c8ca43ace92beeda8ebb24509dcda18bf8637baa (diff) | |
Attempt to fix docs build
Change-Id: Iad19b8913d1e789755c1c6c1786f5ad204a67ee7
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/CalendarContract.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/provider/CalendarContract.java b/core/java/android/provider/CalendarContract.java index 92fe028bd5a3..865b8f8482bd 100644 --- a/core/java/android/provider/CalendarContract.java +++ b/core/java/android/provider/CalendarContract.java @@ -717,7 +717,7 @@ public final class CalendarContract { * <p>This uri will return an empty cursor if the calling user is not a parent profile * of a work profile, or cross profile calendar is disabled in Settings, or this uri is * queried from a package that is not whitelisted by profile owner of the work profile via - * {@link DevicePolicyManager.addCrossProfileCalendarPackage(ComponentName, String)}. + * {@link DevicePolicyManager#addCrossProfileCalendarPackage(ComponentName, String)}. * * @see DevicePolicyManager#getCrossProfileCalendarPackages(ComponentName) * @see Settings.Secure#CROSS_PROFILE_CALENDAR_ENABLED @@ -1708,7 +1708,7 @@ public final class CalendarContract { * <p>This uri will return an empty cursor if the calling user is not a parent profile * of a work profile, or cross profile calendar is disabled in Settings, or this uri is * queried from a package that is not whitelisted by profile owner of the work profile via - * {@link DevicePolicyManager.addCrossProfileCalendarPackage(ComponentName, String)}. + * {@link DevicePolicyManager#addCrossProfileCalendarPackage(ComponentName, String)}. * * @see DevicePolicyManager#getCrossProfileCalendarPackages(ComponentName) * @see Settings.Secure#CROSS_PROFILE_CALENDAR_ENABLED @@ -1919,7 +1919,7 @@ public final class CalendarContract { * of a work profile, or cross profile calendar for the work profile is disabled in * Settings, or this uri is queried from a package that is not whitelisted by * profile owner of the work profile via - * {@link DevicePolicyManager.addCrossProfileCalendarPackage(ComponentName, String)}. + * {@link DevicePolicyManager#addCrossProfileCalendarPackage(ComponentName, String)}. * * @see DevicePolicyManager#getCrossProfileCalendarPackages(ComponentName) * @see Settings.Secure#CROSS_PROFILE_CALENDAR_ENABLED |
