Searched refs:managerState (Results 1 – 1 of 1) sorted by relevance
1735 AbstractLocationProvider.State managerState = manager.getState(); in calculateAppOpsLocationSourceTags() local1736 if (managerState.identity == null) { in calculateAppOpsLocationSourceTags()1739 if (managerState.identity.getUid() != uid) { in calculateAppOpsLocationSourceTags()1743 builder.add(managerState.identity.getPackageName(), managerState.extraAttributionTags); in calculateAppOpsLocationSourceTags()1744 if (managerState.extraAttributionTags.isEmpty() in calculateAppOpsLocationSourceTags()1745 || managerState.identity.getAttributionTag() != null) { in calculateAppOpsLocationSourceTags()1746 builder.add(managerState.identity.getPackageName(), in calculateAppOpsLocationSourceTags()1747 managerState.identity.getAttributionTag()); in calculateAppOpsLocationSourceTags()