Home
last modified time | relevance | path

Searched refs:maxInterval (Results 1 – 2 of 2) 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2732 public boolean startLoggingRingBuffer(int verboseLevel, int flags, int maxInterval, in startLoggingRingBuffer() argument
2735 verboseLevel, flags, maxInterval, minDataSize, ringName); in startLoggingRingBuffer()