Searched refs:syncOp (Results 1 – 1 of 1) sorted by relevance
8278 SyncNotedAppOp syncOp = mService.noteOperation(op, uid, packageName, attributionTag, in noteOpNoThrow() local8281 if (syncOp.getOpMode() == MODE_ALLOWED) { in noteOpNoThrow()8283 collectNotedOpForSelf(syncOp); in noteOpNoThrow()8285 collectNotedOpSync(syncOp); in noteOpNoThrow()8289 return syncOp.getOpMode(); in noteOpNoThrow()8447 SyncNotedAppOp syncOp = mService.noteProxyOperation(op, attributionSource, in noteProxyOpNoThrow() local8451 if (syncOp.getOpMode() == MODE_ALLOWED) { in noteProxyOpNoThrow()8453 collectNotedOpForSelf(syncOp); in noteProxyOpNoThrow()8459 collectNotedOpSync(syncOp); in noteProxyOpNoThrow()8463 return syncOp.getOpMode(); in noteProxyOpNoThrow()[all …]