Searched refs:convertLongToInteger (Results 1 – 2 of 2) sorted by relevance
364 .setExecutionLatencyMs(convertLongToInteger(executionLatencyMs)) in logJobStatsHelper()365 .setExecutionPeriodMinute(convertLongToInteger(executionPeriodMinute)) in logJobStatsHelper()510 static int convertLongToInteger(long longVal) { in convertLongToInteger() method in JobServiceLogger
472 expect.that(JobServiceLogger.convertLongToInteger((long) Integer.MIN_VALUE - 1)) in testConvertLongToInteger()474 expect.that(JobServiceLogger.convertLongToInteger((long) Integer.MAX_VALUE + 1)) in testConvertLongToInteger()476 expect.that(JobServiceLogger.convertLongToInteger(1000L)).isEqualTo(1000); in testConvertLongToInteger()