D | AppOpsManager.java | 8299 public int noteProxyOp(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOp() method in AppOpsManager 8300 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp() 8312 public int noteProxyOp(int op, @Nullable String proxiedPackageName) { in noteProxyOp() method in AppOpsManager 8313 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp() 8321 public int noteProxyOp(int op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager 8323 return noteProxyOp(op, new AttributionSource(mContext.getAttributionSource(), in noteProxyOp() 8348 public int noteProxyOp(@NonNull String op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager 8350 return noteProxyOp(strOpToOp(op), proxiedPackageName, proxiedUid, proxiedAttributionTag, in noteProxyOp() 8370 public int noteProxyOp(@NonNull int op, @NonNull AttributionSource attributionSource, in noteProxyOp() method in AppOpsManager
|