Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DMetricsCollectorTest.java399 .getCellularServiceStates(anyLong()); in onPullAtom_cellularServiceState_empty()
412 doReturn(null).when(mPersistAtomsStorage).getCellularServiceStates(anyLong()); in onPullAtom_cellularServiceState_tooFrequent()
422 verify(mPersistAtomsStorage, times(1)).getCellularServiceStates( in onPullAtom_cellularServiceState_tooFrequent()
433 .getCellularServiceStates(anyLong()); in onPullAtom_cellularServiceState_multipleStates()
DPersistAtomsStorageTest.java1745 mServiceStates, mPersistAtomsStorage.getCellularServiceStates(0L)); in loadAtoms_pullTimeMissing()
1762 mServiceStates, mPersistAtomsStorage.getCellularServiceStates(0L)); in loadAtoms_validContents()
2003 CellularServiceState[] serviceStates = mPersistAtomsStorage.getCellularServiceStates(0L); in addCellularServiceStateAndCellularDataServiceSwitch_emptyProto()
2026 CellularServiceState[] serviceStates = mPersistAtomsStorage.getCellularServiceStates(0L); in addCellularServiceStateAndCellularDataServiceSwitch_withExistingEntries()
2052 CellularServiceState[] serviceStates = mPersistAtomsStorage.getCellularServiceStates(0L); in addCellularServiceStateAndCellularDataServiceSwitch_updateExistingEntries()
2097 CellularServiceState[] serviceStates = mPersistAtomsStorage.getCellularServiceStates(0L); in addCellularServiceStateAndCellularDataServiceSwitch_tooManyServiceStates()
2161 CellularServiceState[] serviceStates = mPersistAtomsStorage.getCellularServiceStates(100L); in getCellularServiceStates_tooFrequent()
2174 CellularServiceState[] serviceStates1 = mPersistAtomsStorage.getCellularServiceStates(50L); in getCellularServiceStates_withSavedAtoms()
2176 CellularServiceState[] serviceStates2 = mPersistAtomsStorage.getCellularServiceStates(50L); in getCellularServiceStates_withSavedAtoms()
5659 assertProtoArrayIsEmpty(mPersistAtomsStorage.getCellularServiceStates(0L)); in assertStorageIsEmptyForAllAtoms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DMetricsCollector.java581 CellularServiceState[] persistAtoms = mStorage.getCellularServiceStates( in pullCellularServiceState()
DPersistAtomsStorage.java1026 public synchronized CellularServiceState[] getCellularServiceStates(long minIntervalMillis) { in getCellularServiceStates() method in PersistAtomsStorage