Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DVoiceCallSessionStatsTest.java233 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moRejected()
272 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moFailed()
330 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moAccepted()
375 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_mtRejected()
428 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_mtAccepted()
474 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_dsdsModeSingleSim()
518 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_dsdsMode()
561 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_esim()
602 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_emergency()
643 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_roaming()
[all …]
H A DPersistAtomsStorageTest.java1012 mPersistAtomsStorage.addVoiceCallSession(mCall1Proto); in addVoiceCallSession_emptyProto()
1028 mPersistAtomsStorage.addVoiceCallSession(mCall1Proto); in addVoiceCallSession_withExistingCalls()
1050 mPersistAtomsStorage.addVoiceCallSession(mCall2Proto); in addVoiceCallSession_tooManyCalls()
3042 storage.addVoiceCallSession(call); in addRepeatedCalls()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DVoiceCallSessionStats.java461 mAtomsStorage.addVoiceCallSession(proto); in finishCall()
H A DPersistAtomsStorage.java189 public synchronized void addVoiceCallSession(VoiceCallSession call) { in addVoiceCallSession() method in PersistAtomsStorage