Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java513 mMetrics.writeOnImsConnectionState(mPhone.getPhoneId(), in testWriteOnImsConnectionState()
515 mMetrics.writeOnImsConnectionState(mPhone.getPhoneId(), in testWriteOnImsConnectionState()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java2443 mMetrics.writeOnImsConnectionState(mPhoneId, ImsConnectionState.State.CONNECTED, null);
2457 mMetrics.writeOnImsConnectionState(mPhoneId, ImsConnectionState.State.PROGRESSING,
2473 mMetrics.writeOnImsConnectionState(mPhoneId, ImsConnectionState.State.DISCONNECTED,
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java1357 public synchronized void writeOnImsConnectionState(int phoneId, int state, in writeOnImsConnectionState() method in TelephonyMetrics