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.java94 private ArrayMap<String, ProxyAppState> mProxyAppsState = new ArrayMap<>( field in GnssVisibilityControl
186 final ProxyAppState proxyAppState = mProxyAppsState.get(pkgName); in handleProxyAppPackageUpdate()
209 if (!mProxyAppsState.isEmpty()) { in handleUpdateProxyApps()
217 if (mProxyAppsState.isEmpty()) { in handleUpdateProxyApps()
226 mProxyAppsState.put(proxyAppPkgName, proxyAppState); in handleUpdateProxyApps()
234 for (Map.Entry<String, ProxyAppState> entry : mProxyAppsState.entrySet()) { in resetProxyAppsState()
246 mProxyAppsState.clear(); in resetProxyAppsState()
250 if (nfwLocationAccessProxyApps.size() != mProxyAppsState.size()) { in isProxyAppListUpdated()
255 if (!mProxyAppsState.containsKey(nfwLocationAccessProxyApp)) { in isProxyAppListUpdated()
353 if (mProxyAppsState.isEmpty()) { in handlePermissionsChanged()
[all …]