Searched refs:when1 (Results 1 – 1 of 1) sorted by relevance
397 final long when1 = now + TEST_ALARM_FUTURITY; in testCancel() local398 mAm.setExact(AlarmManager.RTC_WAKEUP, when1, mSender); in testCancel()399 final long when2 = when1 + TIME_DELTA; // will fire after when1's target time in testCancel()