Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java1104 final AttributionSource resolvedAttributionSource = in finishDataDelivery() local
1106 if (resolvedAttributionSource.getPackageName() == null) { in finishDataDelivery()
1110 AppOpsManager.opToPublicName(op), resolvedAttributionSource, in finishDataDelivery()
1538 final AttributionSource resolvedAttributionSource = resolveAttributionSource( in performOpTransaction() local
1540 if (resolvedAttributionSource.getPackageName() == null) { in performOpTransaction()
1558 resolvedAttributionSource.getUid(), resolvedAttributionSource in performOpTransaction()
1569 resolvedAttributionSource.getUid(), in performOpTransaction()
1570 resolvedAttributionSource.getPackageName(), in performOpTransaction()
1572 resolvedAttributionSource.getAttributionTag(), in performOpTransaction()
1586 startedOp, resolvedAttributionSource, message, skipProxyOperation, in performOpTransaction()
[all …]
/frameworks/av/media/utils/
DServiceUtilities.cpp128 const std::optional<AttributionSourceState> resolvedAttributionSource = in checkRecordingInternal() local
130 if (!resolvedAttributionSource.has_value()) { in checkRecordingInternal()
140 sAndroidPermissionRecordAudio, resolvedAttributionSource.value(), msg, in checkRecordingInternal()
144 sAndroidPermissionRecordAudio, resolvedAttributionSource.value(), msg, in checkRecordingInternal()
169 const std::optional<AttributionSourceState> resolvedAttributionSource = in finishRecording() local
171 if (!resolvedAttributionSource.has_value()) { in finishRecording()
178 resolvedAttributionSource.value()); in finishRecording()