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