Home | History | Annotate | Download | only in app

Lines Matching refs:setImpl

252         setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, operation, null, null);
313 setImpl(type, triggerAtMillis, legacyExactLength(), intervalMillis, 0, operation, null,
364 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, operation, null, null);
402 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, 0, operation, null, null);
411 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, FLAG_IDLE_UNTIL, operation, null, null);
439 setImpl(RTC_WAKEUP, info.getTriggerTime(), WINDOW_EXACT, 0, 0, operation, null, info);
446 setImpl(type, triggerAtMillis, windowMillis, intervalMillis, 0, operation, workSource,
450 private void setImpl(int type, long triggerAtMillis, long windowMillis, long intervalMillis,
565 setImpl(type, triggerAtMillis, WINDOW_HEURISTIC, intervalMillis, 0, operation, null, null);
614 setImpl(type, triggerAtMillis, WINDOW_HEURISTIC, 0, FLAG_ALLOW_WHILE_IDLE, operation,
668 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, FLAG_ALLOW_WHILE_IDLE, operation,