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.java453 public void accessed(long time, int proxyUid, @Nullable String proxyPackageName, in accessed()
467 public void rejected(long time, int proxyUid, @Nullable String proxyPackageName, in rejected()
522 private void updateProxyState(long key, int proxyUid, in updateProxyState()
1989 public int noteProxyOperation(int code, int proxyUid, in noteProxyOperation()
2046 int proxyUid, String proxyPackageName, @OpFlags int flags) { in noteOperationUnchecked()
2089 op.rejected(System.currentTimeMillis(), proxyUid, proxyPackageName, in noteOperationUnchecked() local
2103 op.rejected(System.currentTimeMillis(), proxyUid, proxyPackageName, in noteOperationUnchecked() local
2113 op.accessed(System.currentTimeMillis(), proxyUid, proxyPackageName, in noteOperationUnchecked() local
3057 final int proxyUid = XmlUtils.readIntAttribute(parser, "pu", 0); in readOp() local
3202 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()