Searched refs:proxyState (Results 1 – 1 of 1) sorted by relevance
437 private void setLastStateLocked(int deviceId, int proxyState) { in setLastStateLocked() argument438 mLastStates.put(deviceId, proxyState); in setLastStateLocked()600 final int proxyState = getStateLocked(deviceId); in scheduleUpdateProxyClientsIfNeededLocked() local602 Slog.v(LOG_TAG, "State for device id " + deviceId + " is " + proxyState); in scheduleUpdateProxyClientsIfNeededLocked()606 if ((getLastSentStateLocked(deviceId)) != proxyState) { in scheduleUpdateProxyClientsIfNeededLocked()607 setLastStateLocked(deviceId, proxyState); in scheduleUpdateProxyClientsIfNeededLocked()612 client.mCallback.setState(proxyState); in scheduleUpdateProxyClientsIfNeededLocked()