Home
last modified time | relevance | path

Searched refs:imsConnectionState (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DSmsSessionEventBuilder.java73 mEvent.imsConnectionState = state; in setImsConnectionState()
DCallSessionEventBuilder.java108 mEvent.imsConnectionState = state; in setImsConnectionState()
DTelephonyMetrics.java976 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewCallSessionIfNeeded() local
977 if (imsConnectionState != null) { in startNewCallSessionIfNeeded()
980 .setImsConnectionState(imsConnectionState)); in startNewCallSessionIfNeeded()
1027 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewSmsSession() local
1028 if (imsConnectionState != null) { in startNewSmsSession()
1031 .setImsConnectionState(imsConnectionState)); in startNewSmsSession()
1254 .setImsConnectionState(event.imsConnectionState)); in writeOnImsConnectionState()
1258 .setImsConnectionState(event.imsConnectionState)); in writeOnImsConnectionState()
DTelephonyEventBuilder.java80 mEvent.imsConnectionState = state; in setImsConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java458 log.events[0].imsConnectionState.state); in testWriteOnImsConnectionState()
459 assertEquals(123, log.events[0].imsConnectionState.reasonInfo.reasonCode); in testWriteOnImsConnectionState()
460 assertEquals(456, log.events[0].imsConnectionState.reasonInfo.extraCode); in testWriteOnImsConnectionState()
461 assertEquals("extramessage", log.events[0].imsConnectionState.reasonInfo.extraMessage); in testWriteOnImsConnectionState()
466 log.callSessions[0].events[1].imsConnectionState.state); in testWriteOnImsConnectionState()