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.java375 SipProfile localProfile, int maxInterval) { in startPortMappingLifetimeMeasurement() argument
383 if (minInterval >= maxInterval) { in startPortMappingLifetimeMeasurement()
391 localProfile, minInterval, maxInterval); in startPortMappingLifetimeMeasurement()
397 SipProfile localProfile, int maxInterval) { in restartPortMappingLifetimeMeasurement() argument
400 startPortMappingLifetimeMeasurement(localProfile, maxInterval); in restartPortMappingLifetimeMeasurement()
645 int minInterval, int maxInterval) { in SipKeepAliveProcessCallback() argument
646 mMaxInterval = maxInterval; in SipKeepAliveProcessCallback()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2477 public boolean startLoggingRingBuffer(int verboseLevel, int flags, int maxInterval, in startLoggingRingBuffer() argument
2481 return startLoggingRingBufferNative(sWlan0Index, verboseLevel, flags, maxInterval, in startLoggingRingBuffer()