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.java235 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moRejected()
274 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moFailed()
332 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_moAccepted()
377 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_mtRejected()
430 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_mtAccepted()
476 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_dsdsModeSingleSim()
520 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_dsdsMode()
563 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_esim()
604 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_emergency()
645 verify(mPersistAtomsStorage, times(1)).addVoiceCallSession(callCaptor.capture()); in singleImsCall_roaming()
[all …]
DPersistAtomsStorageTest.java602 mPersistAtomsStorage.addVoiceCallSession(mCall1Proto); in addVoiceCallSession_emptyProto()
618 mPersistAtomsStorage.addVoiceCallSession(mCall1Proto); in addVoiceCallSession_withExistingCalls()
640 mPersistAtomsStorage.addVoiceCallSession(mCall2Proto); in addVoiceCallSession_tooManyCalls()
1319 storage.addVoiceCallSession(call); in addRepeatedCalls()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DPersistAtomsStorage.java137 public synchronized void addVoiceCallSession(VoiceCallSession call) { in addVoiceCallSession() method in PersistAtomsStorage
DVoiceCallSessionStats.java454 mAtomsStorage.addVoiceCallSession(proto); in finishCall()