Searched refs:proxyAppState (Results 1 – 1 of 1) sorted by relevance
189 final ProxyAppState proxyAppState = mProxyAppsState.get(pkgName); in handleProxyAppPackageUpdate() local190 if (proxyAppState == null) { in handleProxyAppPackageUpdate()196 if (proxyAppState.mHasLocationPermission != updatedLocationPermission) { in handleProxyAppPackageUpdate()200 proxyAppState.mHasLocationPermission = updatedLocationPermission; in handleProxyAppPackageUpdate()227 ProxyAppState proxyAppState = new ProxyAppState(shouldEnableLocationPermissionInGnssHal( in handleUpdateProxyApps() local229 mProxyAppsState.put(proxyAppPkgName, proxyAppState); in handleUpdateProxyApps()238 ProxyAppState proxyAppState = entry.getValue(); in resetProxyAppsState() local239 if (!proxyAppState.mIsLocationIconOn) { in resetProxyAppsState()243 mHandler.removeCallbacksAndMessages(proxyAppState); in resetProxyAppsState()246 clearLocationIcon(proxyAppState, proxyAppInfo.uid, entry.getKey()); in resetProxyAppsState()[all …]