Home
last modified time | relevance | path

Searched defs:proxyUid (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java442 public void accessed(long time, int proxyUid, @Nullable String proxyPackageName, in accessed()
456 public void rejected(long time, int proxyUid, @Nullable String proxyPackageName, in rejected()
511 private void updateProxyState(long key, int proxyUid, in updateProxyState()
1934 public int noteProxyOperation(int code, int proxyUid, in noteProxyOperation()
1991 int proxyUid, String proxyPackageName, @OpFlags int flags) { in noteOperationUnchecked()
2027 op.rejected(System.currentTimeMillis(), proxyUid, proxyPackageName, in noteOperationUnchecked() local
2041 op.rejected(System.currentTimeMillis(), proxyUid, proxyPackageName, in noteOperationUnchecked() local
2051 op.accessed(System.currentTimeMillis(), proxyUid, proxyPackageName, in noteOperationUnchecked() local
2934 final int proxyUid = XmlUtils.readIntAttribute(parser, "pu", 0); in readOp() local
3056 final int proxyUid = op.getProxyUid(uidState, flags); in writeState() local
[all …]
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl46 int noteProxyOperation(int code, int proxyUid, String proxyPackageName, in noteProxyOperation()