diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index 9a4e2151dd3bc..0ebcc4ed2271b 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -10787,8 +10787,8 @@ public class DevicePolicyManager {
}
/**
- * Returns whether the device is being used as a managed kiosk, as defined in the CDD. As of
- * this release, these requirements are as follows:
+ * Returns whether the device is being used as a managed kiosk. These requirements are as
+ * follows:
*
* - The device is in Lock Task (therefore there is also a Device Owner app on the
* device)
@@ -10827,11 +10827,11 @@ public class DevicePolicyManager {
}
/**
- * Returns whether the device is being used as an unattended managed kiosk, as defined in the
- * CDD. As of this release, these requirements are as follows:
+ * Returns whether the device is being used as an unattended managed kiosk. These requirements
+ * are as follows:
*
- * - The device is being used as a managed kiosk, as defined in the CDD and verified at
- * {@link #isManagedKiosk()}
+ * - The device is being used as a managed kiosk, as defined at {@link
+ * #isManagedKiosk()}
* - The device has not received user input for at least 30 minutes
*
*