Home
last modified time | relevance | path

Searched refs:addVoiceCallSession (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DVoiceCallSessionStatsTest.java238 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moRejected()
276 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moFailed()
331 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moAccepted()
373 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_mtRejected()
423 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_mtAccepted()
465 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_dsdsModeSingleSim()
505 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_dsdsMode()
544 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_esim()
582 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_emergency()
620 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_roaming()
[all …]
DPersistAtomsStorageTest.java463 mPersistAtomsStorage.addVoiceCallSession(mCall1Proto); in addVoiceCallSession_emptyProto()
485 mPersistAtomsStorage.addVoiceCallSession(mCall1Proto); in addVoiceCallSession_withExistingCalls()
516 mPersistAtomsStorage.addVoiceCallSession(mCall2Proto); in addVoiceCallSession_tooManyCalls()
730 storage.addVoiceCallSession(call); in addRepeatedCalls()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DPersistAtomsStorage.java65 public synchronized void addVoiceCallSession(VoiceCallSession call) { in addVoiceCallSession() method in PersistAtomsStorage
DVoiceCallSessionStats.java396 mAtomsStorage.addVoiceCallSession(proto); in finishCall()