Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DRcsStats.java776 @NonNull int subId, @NonNull String sessionMethod, int sipMessageDirection, in addSipTransportSessionStat() argument
785 proto.sessionMethod = convertMessageTypeToValue(sessionMethod); in addSipTransportSessionStat()
1054 public synchronized void earlySipTransportSession(String sessionMethod, String callId, in earlySipTransportSession() argument
1056 mSipTransportSession = new SipTransportSessionArray(sessionMethod, in earlySipTransportSession()
1703 + " Session Method = " + stat.sessionMethod in printAllMetrics()
DPersistAtomsStorage.java2194 && stats.sessionMethod == key.sessionMethod in find()
DMetricsCollector.java1346 stats.sessionMethod, in buildStatsEvent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java991 mSipTransportSession1.sessionMethod = 2; in makeTestData()
1003 mSipTransportSession2.sessionMethod = 2; in makeTestData()
6081 && stats.sessionMethod == expectedStats.sessionMethod in assertHasStats()
DRcsStatsTest.java903 assertEquals(TelephonyProtoEnums.SIP_REQUEST_INVITE, stats.sessionMethod); in onSipTransportSession_withAtoms()