Home
last modified time | relevance | path

Searched refs:newServiceState (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DServiceStateStats.java71 CellularServiceState newServiceState = copyOf(state.mServiceState); in onImsVoiceRegistrationChanged()
72 newServiceState.voiceRat = in onImsVoiceRegistrationChanged()
74 return new TimestampedServiceState(newServiceState, now); in onImsVoiceRegistrationChanged()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1903 ServiceState newServiceState = (ServiceState) ar.result; in handleMessage() local
1904 updateRoamingState(newServiceState); in handleMessage()