Searched refs:MIN_COOLDOWN_MILLIS (Results 1 – 2 of 2) sorted by relevance
111 private static final long MIN_COOLDOWN_MILLIS = field in MetricsCollector127 .setCoolDownMillis(MIN_COOLDOWN_MILLIS)349 IncomingSms[] smsList = mStorage.getIncomingSms(MIN_COOLDOWN_MILLIS); in pullIncomingSms()410 mStorage.getCellularServiceStates(MIN_COOLDOWN_MILLIS); in pullCellularServiceState()486 mStorage.getRcsClientProvisioningStats(MIN_COOLDOWN_MILLIS); in pullRcsClientProvisioningStats()501 mStorage.getRcsAcsProvisioningStats(MIN_COOLDOWN_MILLIS); in pullRcsAcsProvisioningStats()514 mStorage.getSipDelegateStats(MIN_COOLDOWN_MILLIS); in pullSipDelegateStats()542 mStorage.getSipMessageResponse(MIN_COOLDOWN_MILLIS); in pullSipMessageResponse()555 mStorage.getSipTransportSession(MIN_COOLDOWN_MILLIS); in pullSipTransportSession()581 mStorage.getImsDedicatedBearerEvent(MIN_COOLDOWN_MILLIS); in pullImsDedicatedBearerEvent()[all …]
65 private static final long MIN_COOLDOWN_MILLIS = 23L * 3600L * 1000L; field in MetricsCollectorTest248 verify(mPersistAtomsStorage, times(1)).getVoiceCallRatUsages(eq(MIN_COOLDOWN_MILLIS)); in onPullAtom_voiceCallRatUsage_tooFrequent()295 verify(mPersistAtomsStorage, times(1)).getVoiceCallSessions(eq(MIN_COOLDOWN_MILLIS)); in onPullAtom_voiceCallSession_tooFrequent()341 .getCellularDataServiceSwitches(eq(MIN_COOLDOWN_MILLIS)); in onPullAtom_cellularDataServiceSwitch_tooFrequent()386 verify(mPersistAtomsStorage, times(1)).getCellularServiceStates(eq(MIN_COOLDOWN_MILLIS)); in onPullAtom_cellularServiceState_tooFrequent()