Home
last modified time | relevance | path

Searched refs:sessionMethod (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DRcsStats.java766 @NonNull int subId, @NonNull String sessionMethod, int sipMessageDirection, in addSipTransportSessionStat() argument
775 proto.sessionMethod = convertMessageTypeToValue(sessionMethod); in addSipTransportSessionStat()
1041 public synchronized void earlySipTransportSession(String sessionMethod, String callId, in earlySipTransportSession() argument
1043 mSipTransportSession = new SipTransportSessionArray(sessionMethod, in earlySipTransportSession()
1695 + " Session Method = " + stat.sessionMethod in printAllMetrics()
H A DPersistAtomsStorage.java1404 && stats.sessionMethod == key.sessionMethod in find()
H A DMetricsCollector.java892 stats.sessionMethod, in buildStatsEvent()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DPersistAtomsStorageTest.java824 mSipTransportSession1.sessionMethod = 2; in makeTestData()
836 mSipTransportSession2.sessionMethod = 2; in makeTestData()
3412 && stats.sessionMethod == expectedStats.sessionMethod in assertHasStats()
H A DRcsStatsTest.java901 assertEquals(TelephonyProtoEnums.SIP_REQUEST_INVITE, stats.sessionMethod); in onSipTransportSession_withAtoms()