Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DServiceUtilities.cpp132 std::optional<AttributionSourceState> resolvedAttributionSource = in checkRecordingInternal() local
134 if (!resolvedAttributionSource.has_value()) { in checkRecordingInternal()
144 sAndroidPermissionRecordAudio, resolvedAttributionSource.value(), msg, in checkRecordingInternal()
148 sAndroidPermissionRecordAudio, resolvedAttributionSource.value(), msg, in checkRecordingInternal()
187 const std::optional<AttributionSourceState> resolvedAttributionSource = in finishRecording() local
189 if (!resolvedAttributionSource.has_value()) { in finishRecording()
196 resolvedAttributionSource.value()); in finishRecording()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java1082 final AttributionSource resolvedAttributionSource = in finishDataDelivery() local
1084 if (resolvedAttributionSource.getPackageName() == null) { in finishDataDelivery()
1088 AppOpsManager.opToPublicName(op), resolvedAttributionSource, in finishDataDelivery()
1509 final AttributionSource resolvedAttributionSource = in performOpTransaction() local
1512 resolvedAttributionSource); in performOpTransaction()
1525 final AttributionSource resolvedAttributionSource = resolveAttributionSource( in performOpTransaction() local
1527 if (resolvedAttributionSource.getPackageName() == null) { in performOpTransaction()
1544 checkedOpResult = appOpsManager.checkOpNoThrow(op, resolvedAttributionSource); in performOpTransaction()
1553 chainStartToken, startedOp, resolvedAttributionSource, in performOpTransaction()
1568 startedOp, resolvedAttributionSource, message, skipProxyOperation, in performOpTransaction()
[all …]