Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DServiceStateStatsTest.java159 .addCellularServiceStateAndCellularDataServiceSwitch(captor.capture(), eq(null)); in conclude_inService()
195 .addCellularServiceStateAndCellularDataServiceSwitch(captor.capture(), eq(null)); in conclude_outOfService()
263 .addCellularServiceStateAndCellularDataServiceSwitch(captor.capture(), eq(null)); in conclude_noSimCardEmergencyOnly()
300 .addCellularServiceStateAndCellularDataServiceSwitch(captor.capture(), eq(null)); in conclude_noSimCardOutOfService()
331 .addCellularServiceStateAndCellularDataServiceSwitch(captor.capture(), eq(null)); in conclude_longOnGoingServiceState()
382 .addCellularServiceStateAndCellularDataServiceSwitch(captor.capture(), eq(null)); in onImsVoiceRegistrationChanged_wifiCallingWhileOos()
429 .addCellularServiceStateAndCellularDataServiceSwitch(captor.capture(), eq(null)); in onImsVoiceRegistrationChanged_crossSimCalling()
454 .addCellularServiceStateAndCellularDataServiceSwitch(captor.capture(), eq(null)); in onInternetDataNetworkDisconnected()
497 .addCellularServiceStateAndCellularDataServiceSwitch(captor.capture(), eq(null)); in onServiceStateChanged_sameRats()
535 .addCellularServiceStateAndCellularDataServiceSwitch( in onServiceStateChanged_differentDataRats()
[all …]
DPersistAtomsStorageTest.java1997 mPersistAtomsStorage.addCellularServiceStateAndCellularDataServiceSwitch( in addCellularServiceStateAndCellularDataServiceSwitch_emptyProto()
2017 mPersistAtomsStorage.addCellularServiceStateAndCellularDataServiceSwitch( in addCellularServiceStateAndCellularDataServiceSwitch_withExistingEntries()
2020 mPersistAtomsStorage.addCellularServiceStateAndCellularDataServiceSwitch( in addCellularServiceStateAndCellularDataServiceSwitch_withExistingEntries()
2046 mPersistAtomsStorage.addCellularServiceStateAndCellularDataServiceSwitch( in addCellularServiceStateAndCellularDataServiceSwitch_updateExistingEntries()
2090 mPersistAtomsStorage.addCellularServiceStateAndCellularDataServiceSwitch( in addCellularServiceStateAndCellularDataServiceSwitch_tooManyServiceStates()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DServiceStateStats.java213 mStorage.addCellularServiceStateAndCellularDataServiceSwitch(state, serviceSwitch); in addServiceStateAndSwitch()
DPersistAtomsStorage.java319 public synchronized void addCellularServiceStateAndCellularDataServiceSwitch( in addCellularServiceStateAndCellularDataServiceSwitch() method in PersistAtomsStorage