Searched refs:mProxyAppsState (Results 1 – 1 of 1) sorted by relevance
95 private ArrayMap<String, ProxyAppState> mProxyAppsState = new ArrayMap<>( field in GnssVisibilityControl187 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 …]