Searched refs:stateToReport (Results 1 – 2 of 2) sorted by relevance
274 int stateToReport = INVALID_DEVICE_STATE_IDENTIFIER; in notifyDeviceStateChangedIfNeeded() local318 stateToReport = newState; in notifyDeviceStateChangedIfNeeded()322 if (stateToReport != INVALID_DEVICE_STATE_IDENTIFIER) { in notifyDeviceStateChangedIfNeeded()323 listener.onStateChanged(stateToReport); in notifyDeviceStateChangedIfNeeded()
523 int stateToReport = INVALID_DEVICE_STATE_IDENTIFIER; in notifyDeviceStateChangedIfNeeded() local565 stateToReport = newState; in notifyDeviceStateChangedIfNeeded()569 if (stateToReport != INVALID_DEVICE_STATE_IDENTIFIER) { in notifyDeviceStateChangedIfNeeded()570 mListener.onStateChanged(stateToReport); in notifyDeviceStateChangedIfNeeded()