Searched refs:latestState (Results 1 – 2 of 2) sorted by relevance
356 private void setDeviceState(@DeviceStateType int latestState) { in setDeviceState() argument357 if (mDeviceState != latestState) { in setDeviceState()358 mDeviceState = latestState; in setDeviceState()
147 int latestState = publishController.getUcePublishState(false); in testGetPublishStateWithNotSupportPublishingState() local148 assertEquals(RcsUceAdapter.PUBLISH_STATE_OK, latestState); in testGetPublishStateWithNotSupportPublishingState()164 int latestState = publishController.getUcePublishState(true); in testGetPublishStateWithSupportPublishingState() local165 assertEquals(RcsUceAdapter.PUBLISH_STATE_PUBLISHING, latestState); in testGetPublishStateWithSupportPublishingState()