Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java146 public String proxyPackageName; field in AppOpsService.Op
376 curOp.proxyPackageName)); in collectOps()
387 curOp.proxyPackageName)); in collectOps()
927 public int noteProxyOperation(int code, String proxyPackageName, in noteProxyOperation() argument
931 proxyPackageName, -1, null); in noteProxyOperation()
936 Binder.getCallingUid(), proxyPackageName); in noteProxyOperation()
947 int proxyUid, String proxyPackageName) { in noteOperationUnchecked() argument
988 op.proxyPackageName = proxyPackageName; in noteOperationUnchecked()
1412 String proxyPackageName = parser.getAttributeValue(null, "pp"); in readUid() local
1413 if (proxyPackageName != null) { in readUid()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl34 int noteProxyOperation(int code, String proxyPackageName, in noteProxyOperation() argument