Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DPersistAtomsStorage.java412 CellularServiceState[] previousStates = mAtoms.cellularServiceState; in getCellularServiceStates() local
413 Arrays.stream(previousStates).forEach(state -> state.lastUsedMillis = 0L); in getCellularServiceStates()
416 return previousStates; in getCellularServiceStates()