Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java1563 AbstractLocationProvider.State managerState = manager.getState(); in calculateAppOpsLocationSourceTags() local
1564 if (managerState.identity == null) { in calculateAppOpsLocationSourceTags()
1567 if (managerState.identity.getUid() != uid) { in calculateAppOpsLocationSourceTags()
1571 builder.add(managerState.identity.getPackageName(), managerState.extraAttributionTags); in calculateAppOpsLocationSourceTags()
1572 if (managerState.extraAttributionTags.isEmpty() in calculateAppOpsLocationSourceTags()
1573 || managerState.identity.getAttributionTag() != null) { in calculateAppOpsLocationSourceTags()
1574 builder.add(managerState.identity.getPackageName(), in calculateAppOpsLocationSourceTags()
1575 managerState.identity.getAttributionTag()); in calculateAppOpsLocationSourceTags()