Searched refs:mCheckOpsDelegateDispatcher (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 357 private volatile CheckOpsDelegateDispatcher mCheckOpsDelegateDispatcher = field in AppOpsService 2022 final CheckOpsDelegateDispatcher oldDispatcher = mCheckOpsDelegateDispatcher; in setAppOpsPolicy() 2025 mCheckOpsDelegateDispatcher = new CheckOpsDelegateDispatcher(policy, delegate); in setAppOpsPolicy() 3183 final CheckOpsDelegateDispatcher dispatcher = mCheckOpsDelegateDispatcher; in getAppOpsServiceDelegate() 3205 return mCheckOpsDelegateDispatcher.checkOperation(code, uid, packageName, null, in checkOperation() 3336 return mCheckOpsDelegateDispatcher.noteProxyOperation(code, attributionSource, in noteProxyOperation() 3401 return mCheckOpsDelegateDispatcher.noteOperation(code, uid, packageName, in noteOperation() 3804 return mCheckOpsDelegateDispatcher.startOperation(token, code, uid, packageName, in startOperation() 3847 return mCheckOpsDelegateDispatcher.startProxyOperation(code, attributionSource, in startProxyOperation() 4048 mCheckOpsDelegateDispatcher.finishOperation(clientId, code, uid, packageName, in finishOperation() [all …]
|