Home | History | Annotate | Download | only in app

Lines Matching refs:setImpl

336         setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, operation, null, null,
365 setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, null, listener, tag,
427 setImpl(type, triggerAtMillis, legacyExactLength(), intervalMillis, 0, operation,
478 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, operation,
493 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, null, listener, tag,
532 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, 0, operation, null, null, null,
547 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, 0, null, listener, tag,
558 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, FLAG_IDLE_UNTIL, null,
587 setImpl(RTC_WAKEUP, info.getTriggerTime(), WINDOW_EXACT, 0, 0, operation,
595 setImpl(type, triggerAtMillis, windowMillis, intervalMillis, 0, operation, null, null,
611 setImpl(type, triggerAtMillis, windowMillis, intervalMillis, 0, null, listener, tag,
628 setImpl(type, triggerAtMillis, windowMillis, intervalMillis, 0, null, listener, null,
632 private void setImpl(int type, long triggerAtMillis, long windowMillis, long intervalMillis,
768 setImpl(type, triggerAtMillis, WINDOW_HEURISTIC, intervalMillis, 0, operation, null,
818 setImpl(type, triggerAtMillis, WINDOW_HEURISTIC, 0, FLAG_ALLOW_WHILE_IDLE,
872 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, FLAG_ALLOW_WHILE_IDLE, operation,