Searched refs:mCheckOpsDelegateDispatcher (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 329 private volatile CheckOpsDelegateDispatcher mCheckOpsDelegateDispatcher = field in AppOpsService 1263 final CheckOpsDelegateDispatcher oldDispatcher = mCheckOpsDelegateDispatcher; in setAppOpsPolicy() 1266 mCheckOpsDelegateDispatcher = new CheckOpsDelegateDispatcher(policy, delegate); in setAppOpsPolicy() 2363 final CheckOpsDelegateDispatcher dispatcher = mCheckOpsDelegateDispatcher; in getAppOpsServiceDelegate() 2370 final CheckOpsDelegateDispatcher oldDispatcher = mCheckOpsDelegateDispatcher; in setAppOpsServiceDelegate() 2385 return mCheckOpsDelegateDispatcher.checkOperation(code, uid, packageName, null, in checkOperation() 2530 return mCheckOpsDelegateDispatcher.noteProxyOperation(code, attributionSource, in noteProxyOperation() 2598 return mCheckOpsDelegateDispatcher.noteOperation(code, uid, packageName, in noteOperation() 3013 return mCheckOpsDelegateDispatcher.startOperation(token, code, uid, packageName, in startOperation() 3282 mCheckOpsDelegateDispatcher.finishOperation(clientId, code, uid, packageName, in finishOperation() [all …]
|