Searched refs:proxyAppState (Results 1 – 1 of 1) sorted by relevance
187 final ProxyAppState proxyAppState = mProxyAppsState.get(pkgName); in handleProxyAppPackageUpdate() local188 if (proxyAppState == null) { in handleProxyAppPackageUpdate()194 if (proxyAppState.mHasLocationPermission != updatedLocationPermission) { in handleProxyAppPackageUpdate()198 proxyAppState.mHasLocationPermission = updatedLocationPermission; in handleProxyAppPackageUpdate()225 ProxyAppState proxyAppState = new ProxyAppState(shouldEnableLocationPermissionInGnssHal( in handleUpdateProxyApps() local227 mProxyAppsState.put(proxyAppPkgName, proxyAppState); in handleUpdateProxyApps()236 ProxyAppState proxyAppState = entry.getValue(); in resetProxyAppsState() local237 if (!proxyAppState.mIsLocationIconOn) { in resetProxyAppsState()241 mHandler.removeCallbacksAndMessages(proxyAppState); in resetProxyAppsState()244 clearLocationIcon(proxyAppState, proxyAppInfo.uid, entry.getKey()); in resetProxyAppsState()[all …]