Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DMetricsCollectorTest.java531 .getCarrierRoamingSatelliteControllerStats(anyLong()); in onPullAtom_carrierRoamingSatelliteControllerStats_empty()
548 .getCarrierRoamingSatelliteControllerStats(anyLong()); in onPullAtom_carrierRoamingSatelliteControllerStats_multipleAtoms()
561 .getCarrierRoamingSatelliteControllerStats(anyLong()); in onPullAtom_carrierRoamingSatelliteControllerStats_tooFrequent()
570 .getCarrierRoamingSatelliteControllerStats(eq(MIN_COOLDOWN_MILLIS)); in onPullAtom_carrierRoamingSatelliteControllerStats_tooFrequent()
DPersistAtomsStorageTest.java4940 mPersistAtomsStorage.getCarrierRoamingSatelliteControllerStats(0L); in addCarrierRoamingSatelliteControllerStats_emptyProto()
4979 mPersistAtomsStorage.getCarrierRoamingSatelliteControllerStats(0L); in addCarrierRoamingSatelliteControllerStats_withExistingEntries()
4990 mPersistAtomsStorage.getCarrierRoamingSatelliteControllerStats(100L); in getCarrierRoamingSatelliteControllerStats_tooFrequent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DMetricsCollector.java1002 mStorage.getCarrierRoamingSatelliteControllerStats(MIN_COOLDOWN_MILLIS); in pullCarrierRoamingSatelliteControllerStats()
DPersistAtomsStorage.java1610 getCarrierRoamingSatelliteControllerStats(long minIntervalMillis) { in getCarrierRoamingSatelliteControllerStats() method in PersistAtomsStorage