Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java1074 private String buildSecurityExceptionMsg(int op, int uid, String packageName) { in buildSecurityExceptionMsg() method in AppOpsManager
1202 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in checkOp()
1248 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in checkAudioOp()
1288 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in noteOp()
1350 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in startOp()