Searched refs:FIFTEEN_SEC_MILLIS (Results 1 – 1 of 1) sorted by relevance
79 final int FIFTEEN_SEC_MILLIS = 15000; in onOptionsItemSelected() local89 alarmManager.setRepeating(alarmType, SystemClock.elapsedRealtime() + FIFTEEN_SEC_MILLIS, in onOptionsItemSelected()90 FIFTEEN_SEC_MILLIS, pendingIntent); in onOptionsItemSelected()