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.java681 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewCallSessionIfNeeded() local
682 if (imsConnectionState != null) { in startNewCallSessionIfNeeded()
685 .setImsConnectionState(imsConnectionState)); in startNewCallSessionIfNeeded()
720 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewSmsSessionIfNeeded() local
721 if (imsConnectionState != null) { in startNewSmsSessionIfNeeded()
724 .setImsConnectionState(imsConnectionState)); in startNewSmsSessionIfNeeded()
937 .setImsConnectionState(event.imsConnectionState)); in writeOnImsConnectionState()
941 .setImsConnectionState(event.imsConnectionState)); in writeOnImsConnectionState()
DTelephonyEventBuilder.java62 mEvent.imsConnectionState = state; in setImsConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java335 log.events[0].imsConnectionState.state); in testWriteOnImsConnectionState()
336 assertEquals(123, log.events[0].imsConnectionState.reasonInfo.reasonCode); in testWriteOnImsConnectionState()
337 assertEquals(456, log.events[0].imsConnectionState.reasonInfo.extraCode); in testWriteOnImsConnectionState()
338 assertEquals("extramessage", log.events[0].imsConnectionState.reasonInfo.extraMessage); in testWriteOnImsConnectionState()
343 log.callSessions[0].events[1].imsConnectionState.state); in testWriteOnImsConnectionState()