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()
DTelephonyEventBuilder.java81 mEvent.imsConnectionState = state; in setImsConnectionState()
DTelephonyMetrics.java1083 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewCallSessionIfNeeded() local
1084 if (imsConnectionState != null) { in startNewCallSessionIfNeeded()
1087 .setImsConnectionState(imsConnectionState)); in startNewCallSessionIfNeeded()
1134 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewSmsSession() local
1135 if (imsConnectionState != null) { in startNewSmsSession()
1138 .setImsConnectionState(imsConnectionState)); in startNewSmsSession()
1387 .setImsConnectionState(event.imsConnectionState)); in writeOnImsConnectionState()
1391 .setImsConnectionState(event.imsConnectionState)); in writeOnImsConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java529 log.events[0].imsConnectionState.state); in testWriteOnImsConnectionState()
530 assertEquals(123, log.events[0].imsConnectionState.reasonInfo.reasonCode); in testWriteOnImsConnectionState()
531 assertEquals(456, log.events[0].imsConnectionState.reasonInfo.extraCode); in testWriteOnImsConnectionState()
532 assertEquals("extramessage", log.events[0].imsConnectionState.reasonInfo.extraMessage); in testWriteOnImsConnectionState()
537 log.callSessions[0].events[1].imsConnectionState.state); in testWriteOnImsConnectionState()