Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java4907 private String buildSecurityExceptionMsg(int op, int uid, String packageName) { in buildSecurityExceptionMsg() method in AppOpsManager
5146 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in checkOp()
5194 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in checkAudioOp()
5234 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in noteOp()
5381 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in startOp()