Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsCarrierConfigManagerTest.java404 mConfigManager.getThresholdGapWithGuardTimer(an, measurementType); in loadAndValidateForGuardTImerThresholdGapOffset()
424 mConfigManager.getThresholdGapWithGuardTimer( in testHasThresholdGapWithGuardTimerWithTestBundle()
434 mConfigManager.getThresholdGapWithGuardTimer( in testHasThresholdGapWithGuardTimerWithTestBundle()
444 mConfigManager.getThresholdGapWithGuardTimer( in testHasThresholdGapWithGuardTimerWithTestBundle()
454 mConfigManager.getThresholdGapWithGuardTimer( in testHasThresholdGapWithGuardTimerWithTestBundle()
464 mConfigManager.getThresholdGapWithGuardTimer( in testHasThresholdGapWithGuardTimerWithTestBundle()
DAccessNetworkSelectionPolicyBuilderTest.java234 when(mConfig.getThresholdGapWithGuardTimer(anyInt(), anyInt())).thenReturn(5); in stubConfigManager()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyBuilder.java405 mConfig.getThresholdGapWithGuardTimer( in makeThreshold()
DQnsCarrierConfigManager.java2084 int getThresholdGapWithGuardTimer( in getThresholdGapWithGuardTimer() method in QnsCarrierConfigManager