Searched refs:MIN_INTERVAL (Results 1 – 5 of 5) sorted by relevance
633 private static final int MIN_INTERVAL = 5; // in seconds field in SipService.SipKeepAliveProcessCallback716 return ((mMaxInterval - mMinInterval) < MIN_INTERVAL); in checkTermination()
287 assertEquals(0, mService.mConstants.MIN_INTERVAL); in setUp()426 assertEquals(10, mService.mConstants.MIN_INTERVAL); in testUpdateConstants()
454 public long MIN_INTERVAL = DEFAULT_MIN_INTERVAL; field in AlarmManagerService.Constants521 MIN_INTERVAL = mParser.getLong(KEY_MIN_INTERVAL, DEFAULT_MIN_INTERVAL); in updateConstants()588 TimeUtils.formatDuration(MIN_INTERVAL, pw); in dump()639 proto.write(ConstantsProto.MIN_INTERVAL_DURATION_MS, MIN_INTERVAL); in dumpProto()1714 final long minInterval = mConstants.MIN_INTERVAL; in setImpl()
1821 public static final int MIN_INTERVAL = 10; field in ConnectivityManager.PacketKeepalive
45732 Landroid/net/ConnectivityManager$PacketKeepalive;->MIN_INTERVAL:I