Home
last modified time | relevance | path

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

/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
DRepeatingAlarmFragment.java79 final int FIFTEEN_SEC_MILLIS = 15000; in onOptionsItemSelected() local
89 alarmManager.setRepeating(alarmType, SystemClock.elapsedRealtime() + FIFTEEN_SEC_MILLIS, in onOptionsItemSelected()
90 FIFTEEN_SEC_MILLIS, pendingIntent); in onOptionsItemSelected()