Searched refs:UPDATE_FREQUENCY_IN_MINUTES (Results 1 – 1 of 1) sorted by relevance
53 static final int UPDATE_FREQUENCY_IN_MINUTES = 60; field in RssService125 nextCheckTime.add(GregorianCalendar.MINUTE, UPDATE_FREQUENCY_IN_MINUTES); in queryIfPeriodicRefreshRequired()133 mHandler.postDelayed(this, 1000 * 60 * UPDATE_FREQUENCY_IN_MINUTES); in queryIfPeriodicRefreshRequired()157 mHandler.postDelayed(this, 1000 * 60 * UPDATE_FREQUENCY_IN_MINUTES); in queryRssItems()