Home | History | Annotate | Download | only in app

Lines Matching refs:interval

155      * to the repeat interval.
166 * order to guarantee that at least a certain time interval always elapses
174 * @param interval Interval between subsequent repeats of the alarm.
190 public void setRepeating(int type, long triggerAtTime, long interval,
193 mService.setRepeating(type, triggerAtTime, interval, operation);
217 * but it might not occur for almost a full interval after that time. In
229 * interval before the first invocation of the alarm.
230 * @param interval Interval between subsequent repeats of the alarm. If
256 public void setInexactRepeating(int type, long triggerAtTime, long interval,
259 mService.setInexactRepeating(type, triggerAtTime, interval, operation);