Home
last modified time | relevance | path

Searched refs:notedOp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java1591 int notedOp = op; in performOpTransaction() local
1604 notedOp = attributedOp; in performOpTransaction()
1613 notedOpResult = appOpsManager.noteOpNoThrow(notedOp, in performOpTransaction()
1620 notedOpResult = appOpsManager.noteProxyOpNoThrow(notedOp, attributionSource, in performOpTransaction()
1625 notedOpResult = appOpsManager.noteProxyOpNoThrow(notedOp, in performOpTransaction()
1629 String msg = "Security exception for op " + notedOp + " with source " in performOpTransaction()
1652 + resolvedAttributionSource + " and op " + notedOp in performOpTransaction()