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.java68 mEvent.imsConnectionState = state; in setImsConnectionState()
DCallSessionEventBuilder.java105 mEvent.imsConnectionState = state; in setImsConnectionState()
DTelephonyMetrics.java725 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewCallSessionIfNeeded() local
726 if (imsConnectionState != null) { in startNewCallSessionIfNeeded()
729 .setImsConnectionState(imsConnectionState)); in startNewCallSessionIfNeeded()
764 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewSmsSessionIfNeeded() local
765 if (imsConnectionState != null) { in startNewSmsSessionIfNeeded()
768 .setImsConnectionState(imsConnectionState)); in startNewSmsSessionIfNeeded()
985 .setImsConnectionState(event.imsConnectionState)); in writeOnImsConnectionState()
989 .setImsConnectionState(event.imsConnectionState)); in writeOnImsConnectionState()
DTelephonyEventBuilder.java64 mEvent.imsConnectionState = state; in setImsConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java378 log.events[0].imsConnectionState.state); in testWriteOnImsConnectionState()
379 assertEquals(123, log.events[0].imsConnectionState.reasonInfo.reasonCode); in testWriteOnImsConnectionState()
380 assertEquals(456, log.events[0].imsConnectionState.reasonInfo.extraCode); in testWriteOnImsConnectionState()
381 assertEquals("extramessage", log.events[0].imsConnectionState.reasonInfo.extraMessage); in testWriteOnImsConnectionState()
386 log.callSessions[0].events[1].imsConnectionState.state); in testWriteOnImsConnectionState()