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.java633 private static final int MIN_INTERVAL = 5; // in seconds field in class:SipService.SipKeepAliveProcessCallback
716 return ((mMaxInterval - mMinInterval) < MIN_INTERVAL);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java220 public long MIN_INTERVAL = DEFAULT_MIN_INTERVAL; field in class:AlarmManagerService.Constants
283 MIN_INTERVAL = mParser.getLong(KEY_MIN_INTERVAL, DEFAULT_MIN_INTERVAL);
307 TimeUtils.formatDuration(MIN_INTERVAL, pw);
1036 final long minInterval = mConstants.MIN_INTERVAL;

Completed in 140 milliseconds