Searched refs:windowStartMillis (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/app/
H A DAlarmManager.java223 * @param windowStartMillis The earliest time, in milliseconds, that the alarm should
228 * milliseconds after the windowStartMillis time. Note that this parameter
246 public void setWindow(int type, long windowStartMillis, long windowLengthMillis, argument
248 setImpl(type, windowStartMillis, windowLengthMillis, 0, operation, null);

Completed in 34 milliseconds