summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elis Elliott <eliselliott@google.com> 2022-03-03 11:54:06 +0000
committer Elis Elliott <eliselliott@google.com> 2022-03-03 12:02:26 +0000
commit00d2bb723891f0ac37f33baeb8b93dcfe91cadcf (patch)
tree6769b23e488c5c722ce5f1bd9a857d121ca7972c
parentc640ee83fb6a914d6203514f324116fac62168d5 (diff)
Explain what a DPC is in new API docs.
Fixes: 218876435 Test: N/A Change-Id: I2e7ee6f1f46f9e672f4707740585cda79c2d1542
-rw-r--r--core/java/android/app/admin/DevicePolicyManager.java10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index b944468f10b1..cd29dbfe74d9 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -15606,7 +15606,9 @@ public class DevicePolicyManager {
}
/**
- * Returns a boolean for whether the DPC has been downloaded during provisioning.
+ * Returns a boolean for whether the DPC
+ * (Device Policy Controller, the agent responsible for enforcing policy)
+ * has been downloaded during provisioning.
*
* <p>If true is returned, then any attempts to begin setup again should result in factory reset
*
@@ -15627,9 +15629,11 @@ public class DevicePolicyManager {
}
/**
- * Use to indicate that the DPC has or has not been downloaded during provisioning.
+ * Indicates that the DPC (Device Policy Controller, the agent responsible for enforcing policy)
+ * has or has not been downloaded during provisioning.
*
- * @param downloaded {@code true} if the dpc has been downloaded during provisioning. false otherwise.
+ * @param downloaded {@code true} if the dpc has been downloaded during provisioning.
+ * {@code false} otherwise.
*
* @hide
*/