Searched refs:windowLengthMillis (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DAlarmManager.java297 * @param windowLengthMillis The length of the requested delivery window,
317 public void setWindow(int type, long windowStartMillis, long windowLengthMillis, argument
319 setImpl(type, windowStartMillis, windowLengthMillis, 0, operation, null, null);

Completed in 1143 milliseconds