Searched refs:newServiceState (Results 1 – 2 of 2) sorted by relevance
71 CellularServiceState newServiceState = copyOf(state.mServiceState); in onImsVoiceRegistrationChanged()72 newServiceState.voiceRat = in onImsVoiceRegistrationChanged()74 return new TimestampedServiceState(newServiceState, now); in onImsVoiceRegistrationChanged()
1903 ServiceState newServiceState = (ServiceState) ar.result; in handleMessage() local1904 updateRoamingState(newServiceState); in handleMessage()