Home
last modified time | relevance | path

Searched defs:syncOp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DAppOpsManager.java8529 SyncNotedAppOp syncOp = mService.noteOperation(op, uid, packageName, attributionTag, in noteOpNoThrow() local
8698 SyncNotedAppOp syncOp = mService.noteProxyOperation(op, attributionSource, in noteProxyOpNoThrow() local
9034 SyncNotedAppOp syncOp = mService.startOperation(token, op, uid, packageName, in startOpNoThrow() local
9170 SyncNotedAppOp syncOp = mService.startProxyOperation(clientId, op, in startProxyOpNoThrow() local
9443 private void collectNotedOpForSelf(SyncNotedAppOp syncOp) { in collectNotedOpForSelf()
9462 public static void collectNotedOpSync(@NonNull SyncNotedAppOp syncOp) { in collectNotedOpSync()