Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DVoiceCallSessionStatsTest.java254 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_moRejected()
308 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_moFailed()
352 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_moStartFailed()
396 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_moAccepted()
457 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_mtRejected()
506 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_mtStartFailed()
555 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_mtAccepted()
616 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_dsdsModeSingleSim()
663 doReturn(2000L).when(mImsConnection0).getCreateTime(); in singleImsCall_dsdsMode()
710 doReturn(2000L).when(mImsConnection1).getCreateTime(); in singleImsCall_esim()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java251 t = c.getCreateTime(); in getEarliestConnection()
277 t = c.getCreateTime(); in getEarliestCreateTime()
333 long t = c.getCreateTime();
DConnection.java476 public long getCreateTime() { in getCreateTime() method in Connection
1008 mCreateTime = c.getCreateTime(); in migrateFrom()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java937 return conn == null ? 0 : (int) conn.getCreateTime(); in getConnectionId()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1745 long getCreateTime() { in getCreateTime() method in WindowState
DActivityRecord.java11085 ? window.getCreateTime()