Searched refs:MIN_INTERVAL (Results 1 – 4 of 4) sorted by relevance
635 private static final int MIN_INTERVAL = 5; // in seconds field in SipService.SipKeepAliveProcessCallback718 return ((mMaxInterval - mMinInterval) < MIN_INTERVAL); in checkTermination()
375 public static final int MIN_INTERVAL = 10; field in ConnectivityManager.PacketKeepalive
588 public long MIN_INTERVAL = DEFAULT_MIN_INTERVAL; field in AlarmManagerService.Constants722 MIN_INTERVAL = properties.getLong( in onPropertiesChanged()969 TimeUtils.formatDuration(MIN_INTERVAL, pw); in dump()1067 proto.write(ConstantsProto.MIN_INTERVAL_DURATION_MS, MIN_INTERVAL); in dumpProto()1966 final long minInterval = mConstants.MIN_INTERVAL; in setImpl()
677 assertEquals(10, mService.mConstants.MIN_INTERVAL); in testUpdateConstants()