Searched defs:maxInterval (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java728 * @param maxInterval Maximum desired scan interval (optional)
733 Integer minInterval, Integer maxInterval,
754 maxInterval != null ? maxInterval : 0,
732 setAdvData(boolean advData, boolean includeName, boolean includeTxPower, Integer minInterval, Integer maxInterval, Integer appearance, Byte[] manufacturerData) argument
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java358 SipProfile localProfile, int maxInterval) {
366 if (minInterval >= maxInterval) {
374 localProfile, minInterval, maxInterval);
380 SipProfile localProfile, int maxInterval) {
383 startPortMappingLifetimeMeasurement(localProfile, maxInterval);
619 int minInterval, int maxInterval) {
620 mMaxInterval = maxInterval;
357 startPortMappingLifetimeMeasurement( SipProfile localProfile, int maxInterval) argument
379 restartPortMappingLifetimeMeasurement( SipProfile localProfile, int maxInterval) argument
618 SipKeepAliveProcessCallback(SipProfile localProfile, int minInterval, int maxInterval) argument

Completed in 1855 milliseconds