Home
last modified time | relevance | path

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

/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBasicApiTests.java246 final long futurityMs = 1000; in testSetExactWithWorkSource() local
251 SystemClock.elapsedRealtime() + futurityMs, "test-tag", r -> r.run(), in testSetExactWithWorkSource()
255 Thread.sleep(futurityMs); in testSetExactWithWorkSource()
262 final long futurityMs = 1000; in testSetExact() local
265 SystemClock.elapsedRealtime() + futurityMs, "test-tag", mMockAlarmReceiver, null); in testSetExact()
267 Thread.sleep(futurityMs); in testSetExact()
274 final long futurityMs = 1000; in testSetWindow() local
278 SystemClock.elapsedRealtime() + futurityMs, windowLength, "test-tag", Runnable::run, in testSetWindow()
281 Thread.sleep(futurityMs + windowLength); in testSetWindow()