Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DVoiceCallSessionStatsTest.java193 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_moRejected()
246 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_moFailed()
285 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_moAccepted()
343 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_mtRejected()
388 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_mtAccepted()
445 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_dsdsModeSingleSim()
489 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_dsdsMode()
533 doReturn(2000L).when(mImsConnection1).getCreateTime(); in singleImsCall_esim()
572 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_emergency()
614 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_roaming()
[all …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java239 t = c.getCreateTime(); in getEarliestConnection()
265 t = c.getCreateTime(); in getEarliestCreateTime()
321 long t = c.getCreateTime();
H A DConnection.java424 public long getCreateTime() { in getCreateTime() method in Connection
903 mCreateTime = c.getCreateTime(); in migrateFrom()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java83 public long getCreateTime() { in getCreateTime() method in SipConnectionBase
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DVoiceCallSessionStats.java734 return conn == null ? 0 : (int) conn.getCreateTime(); in getConnectionId()