Searched refs:addCellularServiceStateAndCellularDataServiceSwitch (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | ServiceStateStatsTest.java | 159 .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 …]
|
D | PersistAtomsStorageTest.java | 1997 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/ |
D | ServiceStateStats.java | 213 mStorage.addCellularServiceStateAndCellularDataServiceSwitch(state, serviceSwitch); in addServiceStateAndSwitch()
|
D | PersistAtomsStorage.java | 319 public synchronized void addCellularServiceStateAndCellularDataServiceSwitch( in addCellularServiceStateAndCellularDataServiceSwitch() method in PersistAtomsStorage
|