Home
last modified time | relevance | path

Searched refs:isCallerAndAttributionTrusted (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3356 && isCallerAndAttributionTrusted(attributionSource); in noteProxyOperationImpl()
3873 boolean isCallerTrusted = isCallerAndAttributionTrusted(attributionSource); in startProxyOperationImpl()
4085 && isCallerAndAttributionTrusted(attributionSource); in finishProxyOperationImpl()
4371 private boolean isCallerAndAttributionTrusted(@NonNull AttributionSource attributionSource) { in isCallerAndAttributionTrusted() method in AppOpsService
/aosp12/frameworks/base/services/
H A Dart-profile9992 HPLcom/android/server/appop/AppOpsService;->isCallerAndAttributionTrusted(Landroid/content/Attribut…