Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java7111 private String buildSecurityExceptionMsg(int op, int uid, String packageName) { in buildSecurityExceptionMsg() method in AppOpsManager
7305 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in noteOp()
7601 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in checkOp()
7647 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in checkAudioOp()
7787 throw new SecurityException(buildSecurityExceptionMsg(op, uid, packageName)); in startOp()