Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java1536 int checkedOpResult = MODE_ALLOWED; in performOpTransaction() local
1544 checkedOpResult = appOpsManager.checkOpNoThrow(op, resolvedAttributionSource); in performOpTransaction()
1545 if (checkedOpResult == MODE_ERRORED) { in performOpTransaction()
1546 return checkedOpResult; in performOpTransaction()
1584 return Math.max(checkedOpResult, startedOpResult); in performOpTransaction()
1592 int checkedOpResult = MODE_ALLOWED; in performOpTransaction() local
1600 checkedOpResult = appOpsManager.checkOpNoThrow(op, resolvedAttributionSource); in performOpTransaction()
1601 if (checkedOpResult == MODE_ERRORED) { in performOpTransaction()
1602 return checkedOpResult; in performOpTransaction()
1641 int result = Math.max(checkedOpResult, notedOpResult); in performOpTransaction()
[all …]