Searched defs:syncOp (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | AppOpsManager.java | 8278 SyncNotedAppOp syncOp = mService.noteOperation(op, uid, packageName, attributionTag, in noteOpNoThrow() local 8447 SyncNotedAppOp syncOp = mService.noteProxyOperation(op, attributionSource, in noteProxyOpNoThrow() local 8783 SyncNotedAppOp syncOp = mService.startOperation(token, op, uid, packageName, in startOpNoThrow() local 8917 SyncNotedAppOp syncOp = mService.startProxyOperation(op, in startProxyOpNoThrow() local 9188 private void collectNotedOpForSelf(SyncNotedAppOp syncOp) { in collectNotedOpForSelf() 9207 public static void collectNotedOpSync(@NonNull SyncNotedAppOp syncOp) { in collectNotedOpSync()
|