Searched refs:getAlarmOnQuarterHour (Results 1 – 2 of 2) sorted by relevance
316 public static long getAlarmOnQuarterHour() { in getAlarmOnQuarterHour() method in Utils319 return getAlarmOnQuarterHour(calendarInstance, now); in getAlarmOnQuarterHour()322 static long getAlarmOnQuarterHour(Calendar calendar, long now) { in getAlarmOnQuarterHour() method in Utils370 long runInMillis = getAlarmOnQuarterHour() - System.currentTimeMillis(); in setQuarterHourUpdater()
261 final long onQuarterHour = Utils.getAlarmOnQuarterHour(); in startAlarmOnQuarterHour()