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/gnss/
DGnssVisibilityControl.java97 private ArrayMap<String, ProxyAppState> mProxyAppsState = new ArrayMap<>( field in GnssVisibilityControl
189 final ProxyAppState proxyAppState = mProxyAppsState.get(pkgName); in handleProxyAppPackageUpdate()
212 if (!mProxyAppsState.isEmpty()) { in handleUpdateProxyApps()
220 if (mProxyAppsState.isEmpty()) { in handleUpdateProxyApps()
229 mProxyAppsState.put(proxyAppPkgName, proxyAppState); in handleUpdateProxyApps()
237 for (Map.Entry<String, ProxyAppState> entry : mProxyAppsState.entrySet()) { in resetProxyAppsState()
249 mProxyAppsState.clear(); in resetProxyAppsState()
253 if (nfwLocationAccessProxyApps.size() != mProxyAppsState.size()) { in isProxyAppListUpdated()
258 if (!mProxyAppsState.containsKey(nfwLocationAccessProxyApp)) { in isProxyAppListUpdated()
357 if (mProxyAppsState.isEmpty()) { in handlePermissionsChanged()
[all …]