Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java1651 AbstractLocationProvider.State managerState = manager.getState(); in calculateAppOpsLocationSourceTags() local
1652 if (managerState.identity == null) { in calculateAppOpsLocationSourceTags()
1655 if (managerState.identity.getUid() != uid) { in calculateAppOpsLocationSourceTags()
1659 builder.add(managerState.identity.getPackageName(), managerState.extraAttributionTags); in calculateAppOpsLocationSourceTags()
1660 if (managerState.extraAttributionTags.isEmpty() in calculateAppOpsLocationSourceTags()
1661 || managerState.identity.getAttributionTag() != null) { in calculateAppOpsLocationSourceTags()
1662 builder.add(managerState.identity.getPackageName(), in calculateAppOpsLocationSourceTags()
1663 managerState.identity.getAttributionTag()); in calculateAppOpsLocationSourceTags()