- GEDDER_SET - Static variable in class com.gedder.gedderalarm.db.AlarmClockDBSchema.AlarmClockTable.Columns
-
- GedderAlarmApplication - Class in com.gedder.gedderalarm
-
Used solely as a way to get application context for alarms.
- GedderAlarmApplication() - Constructor for class com.gedder.gedderalarm.GedderAlarmApplication
-
- GedderAlarmManager - Class in com.gedder.gedderalarm
-
A reimplementation of AlarmManager
(because we can't extend it), to manage Gedder
Alarms.
- GedderEngine - Class in com.gedder.gedderalarm.model
-
The engine goes through the following pipeline:
- GedderReceiver - Class in com.gedder.gedderalarm
-
Serves as the entry point for the Gedder algorithm.
- GedderReceiver() - Constructor for class com.gedder.gedderalarm.GedderReceiver
-
- GedderRestartReceiver - Class in com.gedder.gedderalarm
-
- GedderRestartReceiver() - Constructor for class com.gedder.gedderalarm.GedderRestartReceiver
-
- getAlarmClock(UUID) - Method in class com.gedder.gedderalarm.db.AlarmClockDBHelper
-
Gets the alarm clock with UUID uuid, if it exists in the database.
- getAlarmClockCount() - Method in class com.gedder.gedderalarm.db.AlarmClockDBHelper
-
Returns the number of alarm clocks in the database, active or not.
- getAlarmTime() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
Gets the internal alarm time for this alarm clock.
- getAlarmTimeMillis() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
Gets the internal alarm time for this alarm clock in milliseconds since the "epoch".
- getAllAlarmClocks() - Method in class com.gedder.gedderalarm.db.AlarmClockDBHelper
-
Returns a list of all alarm clocks currently in the database, active or not.
- getApiKey() - Method in class com.gedder.gedderalarm.google.UrlGenerator
-
- getAppContext() - Static method in class com.gedder.gedderalarm.GedderAlarmApplication
-
- getArrivalTime() - Method in class com.gedder.gedderalarm.google.UrlGenerator
-
- getArrivalTime() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
- getArrivalTimeMillis() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
- getBaseUrl() - Method in class com.gedder.gedderalarm.google.UrlGenerator
-
- getBooleanArray() - Method in class com.gedder.gedderalarm.util.DaysOfWeek
-
- getCoded() - Method in class com.gedder.gedderalarm.util.DaysOfWeek
-
- getCount() - Method in class com.gedder.gedderalarm.PlaceArrayAdapter
-
- getDay(int) - Static method in enum com.gedder.gedderalarm.util.DaysOfWeek.DAY
-
- getDepartureTime() - Method in class com.gedder.gedderalarm.google.UrlGenerator
-
- getDestination() - Method in class com.gedder.gedderalarm.google.UrlGenerator
-
- getDestination() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
Gets the place the user is going to.
- getFilter() - Method in class com.gedder.gedderalarm.PlaceArrayAdapter
-
- getFrequencyDependendingOn(long) - Method in class com.gedder.gedderalarm.GedderReceiver
-
Returns a requery frequency depending upon some time.
- getInt() - Method in enum com.gedder.gedderalarm.util.DaysOfWeek.DAY
-
- getItem(int) - Method in class com.gedder.gedderalarm.PlaceArrayAdapter
-
- getMillisIn(int, int) - Static method in class com.gedder.gedderalarm.util.TimeUtilities
-
Gets the number of milliseconds one can count in the hour and minute inputs.
- getMillisSinceMidnight(int, int) - Static method in class com.gedder.gedderalarm.util.TimeUtilities
-
Gets the time since midnight up to hour:minute.
- getMillisSinceMidnight() - Static method in class com.gedder.gedderalarm.util.TimeUtilities
-
Gets the milliseconds since midnight up to now (on function invocation).
- getMillisUntil(DaysOfWeek.DAY, int, int) - Static method in class com.gedder.gedderalarm.util.TimeUtilities
-
- getMillisUntil(int, int, int) - Static method in class com.gedder.gedderalarm.util.TimeUtilities
-
Gets the time until some specified day, hour, and minute combination, from today.
- getMillisUntil(Calendar) - Static method in class com.gedder.gedderalarm.util.TimeUtilities
-
Gets the time until some specified day, hour, and minute combination, from today.
- getNextAlarmClock() - Static method in class com.gedder.gedderalarm.GedderAlarmManager
-
Copy of AlarmManager.getNextAlarmClock()
.
- getOrigin() - Method in class com.gedder.gedderalarm.google.UrlGenerator
-
- getOrigin() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
Gets the place the user is leaving from.
- getPrepTime() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
- getPrepTimeMillis() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
- getRepeatDays() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
Gets the days that this alarm is set to repeat on.
- getTravelMode() - Method in class com.gedder.gedderalarm.google.UrlGenerator
-
- getUpperBoundTime() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
- getUpperBoundTimeMillis() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
- getUrl() - Method in class com.gedder.gedderalarm.google.UrlGenerator
-
- getUUID() - Method in class com.gedder.gedderalarm.model.AlarmClock
-
Gets the universally unique identification associated with this particular alarm clock.
- GoogleMapsAPIException - Exception in com.gedder.gedderalarm.util.except
-
Thrown when Google Maps API returns an error message.
- GoogleMapsAPIException() - Constructor for exception com.gedder.gedderalarm.util.except.GoogleMapsAPIException
-
- GoogleMapsAPIException(String) - Constructor for exception com.gedder.gedderalarm.util.except.GoogleMapsAPIException
-