Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultAlarmManagerWrapper.java39 public void setWindow(int type, long windowStartMillis, long windowLengthMillis, in setWindow() argument
41 mAlarmManager.setWindow(type, windowStartMillis, windowLengthMillis, operation); in setWindow()
DAlarmManagerWrapper.java33 void setWindow(int type, long windowStartMillis, long windowLengthMillis, in setWindow() argument
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestAlarmManagerWrapper.java39 public void setWindow(int type, long windowStartMillis, long windowLengthMillis, in setWindow() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java794 long windowLengthMillis = batchTriggerIntervalMillis / 10; in setBatchAlarm() local
797 windowLengthMillis, mBatchScanIntervalIntent); in setBatchAlarm()