Searched refs:proxyAppState (Results 1 – 1 of 1) sorted by relevance
186 final ProxyAppState proxyAppState = mProxyAppsState.get(pkgName); in handleProxyAppPackageUpdate() local187 if (proxyAppState == null) { in handleProxyAppPackageUpdate()193 if (proxyAppState.mHasLocationPermission != updatedLocationPermission) { in handleProxyAppPackageUpdate()197 proxyAppState.mHasLocationPermission = updatedLocationPermission; in handleProxyAppPackageUpdate()224 ProxyAppState proxyAppState = new ProxyAppState(shouldEnableLocationPermissionInGnssHal( in handleUpdateProxyApps() local226 mProxyAppsState.put(proxyAppPkgName, proxyAppState); in handleUpdateProxyApps()235 ProxyAppState proxyAppState = entry.getValue(); in resetProxyAppsState() local236 if (!proxyAppState.mIsLocationIconOn) { in resetProxyAppsState()240 mHandler.removeCallbacksAndMessages(proxyAppState); in resetProxyAppsState()243 clearLocationIcon(proxyAppState, proxyAppInfo.uid, entry.getKey()); in resetProxyAppsState()[all …]