Searched refs:syncOp (Results 1 – 1 of 1) sorted by relevance
9060 SyncNotedAppOp syncOp; in noteOpNoThrow() local9062 syncOp = mService.noteOperation(op, uid, packageName, attributionTag, in noteOpNoThrow()9065 syncOp = mService.noteOperationForDevice(op, uid, packageName, attributionTag, in noteOpNoThrow()9069 if (syncOp.getOpMode() == MODE_ALLOWED) { in noteOpNoThrow()9071 collectNotedOpForSelf(syncOp); in noteOpNoThrow()9073 collectNotedOpSync(syncOp); in noteOpNoThrow()9077 return syncOp.getOpMode(); in noteOpNoThrow()9236 SyncNotedAppOp syncOp = mService.noteProxyOperationWithState(op, in noteProxyOpNoThrow() local9240 if (syncOp.getOpMode() == MODE_ALLOWED) { in noteProxyOpNoThrow()9242 collectNotedOpForSelf(syncOp); in noteProxyOpNoThrow()[all …]