Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java859 final long farTriggerRtc = System.currentTimeMillis() + 600_000; in testPendingAlarmInfo() local
863 am.set(AlarmManager.RTC_WAKEUP, farTriggerRtc, "testPendingAlarmInfo", in testPendingAlarmInfo()
865 am.setAlarmClock(new AlarmManager.AlarmClockInfo(farTriggerRtc, activity), activity); in testPendingAlarmInfo()