Searched refs:ProxyAppState (Results 1 – 1 of 1) sorted by relevance
84 private static final class ProxyAppState { class in GnssVisibilityControl88 private ProxyAppState(boolean hasLocationPermission) { in ProxyAppState() method in GnssVisibilityControl.ProxyAppState95 private ArrayMap<String, ProxyAppState> mProxyAppsState = new ArrayMap<>(187 final ProxyAppState proxyAppState = mProxyAppsState.get(pkgName); in handleProxyAppPackageUpdate()225 ProxyAppState proxyAppState = new ProxyAppState(shouldEnableLocationPermissionInGnssHal( in handleUpdateProxyApps()235 for (Map.Entry<String, ProxyAppState> entry : mProxyAppsState.entrySet()) { in resetProxyAppsState()236 ProxyAppState proxyAppState = entry.getValue(); in resetProxyAppsState()358 for (Map.Entry<String, ProxyAppState> entry : mProxyAppsState.entrySet()) { in handlePermissionsChanged()367 ProxyAppState proxyAppState = entry.getValue(); in handlePermissionsChanged()423 for (ProxyAppState proxyAppState : mProxyAppsState.values()) { in getLocationPermissionEnabledProxyApps()[all …]