Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java377 SipProfile localProfile, int maxInterval) { in startPortMappingLifetimeMeasurement() argument
385 if (minInterval >= maxInterval) { in startPortMappingLifetimeMeasurement()
393 localProfile, minInterval, maxInterval); in startPortMappingLifetimeMeasurement()
399 SipProfile localProfile, int maxInterval) { in restartPortMappingLifetimeMeasurement() argument
402 startPortMappingLifetimeMeasurement(localProfile, maxInterval); in restartPortMappingLifetimeMeasurement()
647 int minInterval, int maxInterval) { in SipKeepAliveProcessCallback() argument
648 mMaxInterval = maxInterval; in SipKeepAliveProcessCallback()