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.java1020 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewCallSessionIfNeeded() local
1021 if (imsConnectionState != null) { in startNewCallSessionIfNeeded()
1024 .setImsConnectionState(imsConnectionState)); in startNewCallSessionIfNeeded()
1071 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewSmsSession() local
1072 if (imsConnectionState != null) { in startNewSmsSession()
1075 .setImsConnectionState(imsConnectionState)); in startNewSmsSession()
1309 .setImsConnectionState(event.imsConnectionState)); in writeOnImsConnectionState()
1313 .setImsConnectionState(event.imsConnectionState)); in writeOnImsConnectionState()
DTelephonyEventBuilder.java81 mEvent.imsConnectionState = state; in setImsConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java491 log.events[0].imsConnectionState.state); in testWriteOnImsConnectionState()
492 assertEquals(123, log.events[0].imsConnectionState.reasonInfo.reasonCode); in testWriteOnImsConnectionState()
493 assertEquals(456, log.events[0].imsConnectionState.reasonInfo.extraCode); in testWriteOnImsConnectionState()
494 assertEquals("extramessage", log.events[0].imsConnectionState.reasonInfo.extraMessage); in testWriteOnImsConnectionState()
499 log.callSessions[0].events[1].imsConnectionState.state); in testWriteOnImsConnectionState()