Searched refs:windowStartMillis (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | AlarmManager.java | 484 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow() argument 486 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, operation, in setWindow() 499 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow() argument 501 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, null, listener, tag, in setWindow()
|