Home
last modified time | relevance | path

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

/frameworks/base/errorprone/tests/res/android/app/
DAppOpsManager.java79 public int noteProxyOp(String op, String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
83 public int noteProxyOp(int op, String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
/frameworks/base/core/java/android/app/
DAppOpsManager.java8550 public int noteProxyOp(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
8563 public int noteProxyOp(int op, @Nullable String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
8572 public int noteProxyOp(int op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager
8599 public int noteProxyOp(@NonNull String op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager
8621 public int noteProxyOp(@NonNull int op, @NonNull AttributionSource attributionSource, in noteProxyOp() method in AppOpsManager