Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAlarmManager.java494 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow() argument
496 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, operation, in setWindow()
509 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow() argument
511 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, null, listener, tag, in setWindow()