Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java1559 private String buildSecurityExceptionMsg(int op, int uid, String packageName) { in buildSecurityExceptionMsg() method in AppOpsManager
1714 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in checkOp()
1760 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in checkAudioOp()
1800 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in noteOp()
1905 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in startOp()