Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java95 private ArrayMap<String, ProxyAppState> mProxyAppsState = new ArrayMap<>( field in GnssVisibilityControl
187 final ProxyAppState proxyAppState = mProxyAppsState.get(pkgName); in handleProxyAppPackageUpdate()
210 if (!mProxyAppsState.isEmpty()) { in handleUpdateProxyApps()
218 if (mProxyAppsState.isEmpty()) { in handleUpdateProxyApps()
227 mProxyAppsState.put(proxyAppPkgName, proxyAppState); in handleUpdateProxyApps()
235 for (Map.Entry<String, ProxyAppState> entry : mProxyAppsState.entrySet()) { in resetProxyAppsState()
247 mProxyAppsState.clear(); in resetProxyAppsState()
251 if (nfwLocationAccessProxyApps.size() != mProxyAppsState.size()) { in isProxyAppListUpdated()
256 if (!mProxyAppsState.containsKey(nfwLocationAccessProxyApp)) { in isProxyAppListUpdated()
354 if (mProxyAppsState.isEmpty()) { in handlePermissionsChanged()
[all …]