summaryrefslogtreecommitdiff
path: root/core/java/android/app/SyncNotedAppOp.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/app/SyncNotedAppOp.java')
-rw-r--r--core/java/android/app/SyncNotedAppOp.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/SyncNotedAppOp.java b/core/java/android/app/SyncNotedAppOp.java
index aa11b9510c94..13b90ca6ced1 100644
--- a/core/java/android/app/SyncNotedAppOp.java
+++ b/core/java/android/app/SyncNotedAppOp.java
@@ -28,9 +28,9 @@ import com.android.internal.util.DataClass;
* Description of an app-op that was noted for the current process.
*
* <p>This is either delivered after a
- * {@link AppOpsManager.AppOpsCollector#onNoted(SyncNotedAppOp) two way binder call} or
+ * {@link AppOpsManager.OnOpNotedCallback#onNoted(SyncNotedAppOp) two way binder call} or
* when the app
- * {@link AppOpsManager.AppOpsCollector#onSelfNoted(SyncNotedAppOp) notes an app-op for
+ * {@link AppOpsManager.OnOpNotedCallback#onSelfNoted(SyncNotedAppOp) notes an app-op for
* itself}.
*/
@Immutable