Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java365 private volatile CheckOpsDelegateDispatcher mCheckOpsDelegateDispatcher = field in AppOpsService
1361 final CheckOpsDelegateDispatcher oldDispatcher = mCheckOpsDelegateDispatcher; in setAppOpsPolicy()
1364 mCheckOpsDelegateDispatcher = new CheckOpsDelegateDispatcher(policy, delegate); in setAppOpsPolicy()
2782 final CheckOpsDelegateDispatcher oldDispatcher = mCheckOpsDelegateDispatcher; in setCheckOpsDelegate()
2784 mCheckOpsDelegateDispatcher = new CheckOpsDelegateDispatcher(policy, delegate); in setCheckOpsDelegate()
2801 return mCheckOpsDelegateDispatcher.checkOperation(code, uid, packageName, attributionTag, in checkOperationRaw()
2808 return mCheckOpsDelegateDispatcher.checkOperation(code, uid, packageName, attributionTag, in checkOperationRawForDevice()
2814 return mCheckOpsDelegateDispatcher.checkOperation(code, uid, packageName, null, in checkOperation()
2820 return mCheckOpsDelegateDispatcher.checkOperation(code, uid, packageName, null, in checkOperationForDevice()
2903 return mCheckOpsDelegateDispatcher.checkAudioOperation(code, usage, uid, packageName); in checkAudioOperation()
[all …]