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.java293 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moRejected()
337 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moFailed()
381 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moStartFailed()
442 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moAccepted()
491 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_mtRejected()
540 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_mtStartFailed()
596 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_mtAccepted()
645 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_dsdsModeSingleSim()
692 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_dsdsMode()
738 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_esim()
[all …]
DPersistAtomsStorageTest.java1773 mPersistAtomsStorage.addVoiceCallSession(mCall1Proto); in addVoiceCallSession_emptyProto()
1789 mPersistAtomsStorage.addVoiceCallSession(mCall1Proto); in addVoiceCallSession_withExistingCalls()
1811 mPersistAtomsStorage.addVoiceCallSession(mCall2Proto); in addVoiceCallSession_tooManyCalls()
1828 mPersistAtomsStorage.addVoiceCallSession(mCall1Proto); in addVoiceCallSession_tooManyCalls_withEmergencyCalls()
1830 mPersistAtomsStorage.addVoiceCallSession(mCall4Proto); in addVoiceCallSession_tooManyCalls_withEmergencyCalls()
5469 storage.addVoiceCallSession(call); in addRepeatedCalls()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java585 mAtomsStorage.addVoiceCallSession(proto); in finishCall()
DPersistAtomsStorage.java274 public synchronized void addVoiceCallSession(VoiceCallSession call) { in addVoiceCallSession() method in PersistAtomsStorage