Searched refs:noteOperationUnchecked (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | AppOpsService.java | 993 final int proxyMode = noteOperationUnchecked(code, proxyUid, in noteProxyOperation() 1002 return noteOperationUnchecked(code, proxiedUid, resolveProxiedPackageName, in noteProxyOperation() 1014 return noteOperationUnchecked(code, uid, resolvedPackageName, 0, null); in noteOperation() 1017 private int noteOperationUnchecked(int code, int uid, String packageName, in noteOperationUnchecked() method in AppOpsService
|