Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DSatelliteStats.java1725 public Builder setSatelliteSessionGapAvgSec(int satelliteSessionGapAvgSec) { in setSatelliteSessionGapAvgSec() argument
1726 this.mSatelliteSessionGapAvgSec = satelliteSessionGapAvgSec; in setSatelliteSessionGapAvgSec()
2281 proto.satelliteSessionGapAvgSec = param.mSatelliteSessionGapAvgSec; in onCarrierRoamingSatelliteControllerStatsMetrics()
DPersistAtomsStorage.java870 atom.satelliteSessionGapAvgSec = stats.satelliteSessionGapAvgSec; in addCarrierRoamingSatelliteControllerStats()
DMetricsCollector.java1580 stats.satelliteSessionGapAvgSec, in buildStatsEvent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DSatelliteStatsTest.java391 assertEquals(param.getSatelliteSessionGapAvgSec(), stats.satelliteSessionGapAvgSec); in onCarrierRoamingSatelliteControllerStatsMetrics_withAtoms()
DPersistAtomsStorageTest.java1353 mCarrierRoamingSatelliteControllerStats1.satelliteSessionGapAvgSec = 3; in generateTestSatelliteData()
1363 mCarrierRoamingSatelliteControllerStats2.satelliteSessionGapAvgSec = 10; in generateTestSatelliteData()
4972 expected.satelliteSessionGapAvgSec = in addCarrierRoamingSatelliteControllerStats_withExistingEntries()
4973 mCarrierRoamingSatelliteControllerStats2.satelliteSessionGapAvgSec; in addCarrierRoamingSatelliteControllerStats_withExistingEntries()
6206 assertEquals(tested[0].satelliteSessionGapAvgSec, expectedStats.satelliteSessionGapAvgSec); in assertHasStats()