Searched defs:noteProxyOp (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/errorprone/tests/res/android/app/ |
| D | AppOpsManager.java | 79 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/ |
| D | AppOpsManager.java | 8441 public int noteProxyOp(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOp() method in AppOpsManager 8454 public int noteProxyOp(int op, @Nullable String proxiedPackageName) { in noteProxyOp() method in AppOpsManager 8463 public int noteProxyOp(int op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager 8490 public int noteProxyOp(@NonNull String op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager 8512 public int noteProxyOp(@NonNull int op, @NonNull AttributionSource attributionSource, in noteProxyOp() method in AppOpsManager
|