Home
last modified time | relevance | path

Searched refs:writeOnImsConnectionState (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java444 mMetrics.writeOnImsConnectionState(mPhone.getPhoneId(), in testWriteOnImsConnectionState()
446 mMetrics.writeOnImsConnectionState(mPhone.getPhoneId(), in testWriteOnImsConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3076 mMetrics.writeOnImsConnectionState(mPhone.getPhoneId(),
3086 mMetrics.writeOnImsConnectionState(mPhone.getPhoneId(),
3096 mMetrics.writeOnImsConnectionState(mPhone.getPhoneId(),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1220 public synchronized void writeOnImsConnectionState(int phoneId, int state, in writeOnImsConnectionState() method in TelephonyMetrics