Searched refs:resolveDatasourceOp (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | AppOpsPolicy.java | 235 return superImpl.apply(resolveDatasourceOp(code, uid, packageName, attributionTag), in noteOperation() 246 return superImpl.apply(resolveDatasourceOp(code, attributionSource.getUid(), in noteProxyOperation() 260 return superImpl.apply(token, resolveDatasourceOp(code, uid, packageName, attributionTag), in startOperation() 274 return superImpl.apply(clientId, resolveDatasourceOp(code, attributionSource.getUid(), in startProxyOperation() 285 superImpl.accept(clientId, resolveDatasourceOp(code, uid, packageName, attributionTag), in finishOperation() 293 superImpl.apply(clientId, resolveDatasourceOp(code, attributionSource.getUid(), in finishProxyOperation() 325 private int resolveDatasourceOp(int code, int uid, @NonNull String packageName, in resolveDatasourceOp() method in AppOpsPolicy
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 8864 HSPLcom/android/server/policy/AppOpsPolicy;->resolveDatasourceOp(IILjava/lang/String;Ljava/lang/Str…
|