Searched refs:ProxyAppState (Results 1 – 1 of 1) sorted by relevance
83 private static final class ProxyAppState { class in GnssVisibilityControl87 private ProxyAppState(boolean hasLocationPermission) { in ProxyAppState() method in GnssVisibilityControl.ProxyAppState94 private ArrayMap<String, ProxyAppState> mProxyAppsState = new ArrayMap<>(186 final ProxyAppState proxyAppState = mProxyAppsState.get(pkgName); in handleProxyAppPackageUpdate()224 ProxyAppState proxyAppState = new ProxyAppState(shouldEnableLocationPermissionInGnssHal( in handleUpdateProxyApps()234 for (Map.Entry<String, ProxyAppState> entry : mProxyAppsState.entrySet()) { in resetProxyAppsState()235 ProxyAppState proxyAppState = entry.getValue(); in resetProxyAppsState()357 for (Map.Entry<String, ProxyAppState> entry : mProxyAppsState.entrySet()) { in handlePermissionsChanged()366 ProxyAppState proxyAppState = entry.getValue(); in handlePermissionsChanged()422 for (ProxyAppState proxyAppState : mProxyAppsState.values()) { in getLocationPermissionEnabledProxyApps()[all …]