Searched refs:MIN_INTERVAL (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java629 private static final int MIN_INTERVAL = 5; // in seconds field in class:SipService.SipKeepAliveProcessCallback
712 return ((mMaxInterval - mMinInterval) < MIN_INTERVAL);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java188 public long MIN_INTERVAL = DEFAULT_MIN_INTERVAL; field in class:AlarmManagerService.Constants
248 MIN_INTERVAL = mParser.getLong(KEY_MIN_INTERVAL, DEFAULT_MIN_INTERVAL);
270 TimeUtils.formatDuration(MIN_INTERVAL, pw);
911 final long minInterval = mConstants.MIN_INTERVAL;

Completed in 66 milliseconds