Searched refs:getCheckFrequencyMs (Results 1 – 1 of 1) sorted by relevance
114 private fun getCheckFrequencyMs() = DeviceConfig.getLong( in getCheckFrequencyMs() method138 return getCheckFrequencyMs() > 0 && in isHibernationJobEnabled()175 .setPeriodic(getCheckFrequencyMs()) in onReceive()202 } else if (existingJob.intervalMillis != getCheckFrequencyMs()) { in isNewJobScheduleRequired()