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 D | TelephonyMetricsTest.java | 513 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 D | ImsPhone.java | 2443 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 D | TelephonyMetrics.java | 1357 public synchronized void writeOnImsConnectionState(int phoneId, int state, in writeOnImsConnectionState() method in TelephonyMetrics
|