com.github.ignition.location
Class IgnitedLocationConstants

java.lang.Object
  extended by com.github.ignition.location.IgnitedLocationConstants

public class IgnitedLocationConstants
extends Object


Field Summary
static String ACTIVE_LOCATION_UPDATE_ACTION
           
static String ACTIVE_LOCATION_UPDATE_PROVIDER_DISABLED_ACTION
           
static boolean ENABLE_PASSIVE_LOCATION_UPDATES_DEFAULT
           
static String IGNITED_LAST_LOCATION_EXTRA
           
static String IGNITED_LOCATION_EXTRA
           
static int LOCATION_UPDATES_DISTANCE_DIFF_DEFAULT
           
static long LOCATION_UPDATES_INTERVAL_DEFAULT
           
static int MIN_BATTERY_LEVEL_FOR_GPS_DEFAULT
           
static int PASSIVE_LOCATION_UPDATES_DISTANCE_DIFF_DEFAULT
           
static long PASSIVE_LOCATION_UPDATES_INTERVAL_DEFAULT
           
static boolean REQUEST_LOCATION_UPDATES_DEFAULT
           
static String SHARED_PREFERENCE_FILE
           
static boolean SHOW_WAIT_FOR_LOCATION_DIALOG_DEFAULT
           
static String SP_KEY_ENABLE_LOCATION_UPDATES
           
static String SP_KEY_ENABLE_PASSIVE_LOCATION_UPDATES
           
static String SP_KEY_LOCATION_UPDATES_DISTANCE_DIFF
           
static String SP_KEY_LOCATION_UPDATES_INTERVAL
           
static String SP_KEY_LOCATION_UPDATES_USE_GPS
           
static String SP_KEY_MIN_BATTERY_LEVEL
           
static String SP_KEY_PASSIVE_LOCATION_UPDATES_DISTANCE_DIFF
           
static String SP_KEY_PASSIVE_LOCATION_UPDATES_INTERVAL
           
static String SP_KEY_RUN_ONCE
           
static String SP_KEY_SHOW_WAIT_FOR_LOCATION_DIALOG
           
static String SP_KEY_WAIT_FOR_GPS_FIX_INTERVAL
           
static String UPDATE_LOCATION_UPDATES_CRITERIA_ACTION
           
static boolean USE_GPS_DEFAULT
           
static long WAIT_FOR_GPS_FIX_INTERVAL_DEFAULT
           
 
Constructor Summary
IgnitedLocationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_GPS_DEFAULT

public static final boolean USE_GPS_DEFAULT
See Also:
Constant Field Values

REQUEST_LOCATION_UPDATES_DEFAULT

public static final boolean REQUEST_LOCATION_UPDATES_DEFAULT
See Also:
Constant Field Values

LOCATION_UPDATES_DISTANCE_DIFF_DEFAULT

public static final int LOCATION_UPDATES_DISTANCE_DIFF_DEFAULT
See Also:
Constant Field Values

LOCATION_UPDATES_INTERVAL_DEFAULT

public static final long LOCATION_UPDATES_INTERVAL_DEFAULT
See Also:
Constant Field Values

PASSIVE_LOCATION_UPDATES_DISTANCE_DIFF_DEFAULT

public static final int PASSIVE_LOCATION_UPDATES_DISTANCE_DIFF_DEFAULT
See Also:
Constant Field Values

PASSIVE_LOCATION_UPDATES_INTERVAL_DEFAULT

public static final long PASSIVE_LOCATION_UPDATES_INTERVAL_DEFAULT
See Also:
Constant Field Values

ENABLE_PASSIVE_LOCATION_UPDATES_DEFAULT

public static final boolean ENABLE_PASSIVE_LOCATION_UPDATES_DEFAULT
See Also:
Constant Field Values

SHARED_PREFERENCE_FILE

public static final String SHARED_PREFERENCE_FILE
See Also:
Constant Field Values

SP_KEY_RUN_ONCE

public static final String SP_KEY_RUN_ONCE
See Also:
Constant Field Values

SP_KEY_ENABLE_LOCATION_UPDATES

public static final String SP_KEY_ENABLE_LOCATION_UPDATES
See Also:
Constant Field Values

SP_KEY_ENABLE_PASSIVE_LOCATION_UPDATES

public static final String SP_KEY_ENABLE_PASSIVE_LOCATION_UPDATES
See Also:
Constant Field Values

SP_KEY_LOCATION_UPDATES_USE_GPS

public static final String SP_KEY_LOCATION_UPDATES_USE_GPS
See Also:
Constant Field Values

SP_KEY_LOCATION_UPDATES_DISTANCE_DIFF

public static final String SP_KEY_LOCATION_UPDATES_DISTANCE_DIFF
See Also:
Constant Field Values

SP_KEY_LOCATION_UPDATES_INTERVAL

public static final String SP_KEY_LOCATION_UPDATES_INTERVAL
See Also:
Constant Field Values

SP_KEY_PASSIVE_LOCATION_UPDATES_DISTANCE_DIFF

public static final String SP_KEY_PASSIVE_LOCATION_UPDATES_DISTANCE_DIFF
See Also:
Constant Field Values

SP_KEY_PASSIVE_LOCATION_UPDATES_INTERVAL

public static final String SP_KEY_PASSIVE_LOCATION_UPDATES_INTERVAL
See Also:
Constant Field Values

SP_KEY_MIN_BATTERY_LEVEL

public static final String SP_KEY_MIN_BATTERY_LEVEL
See Also:
Constant Field Values

SP_KEY_WAIT_FOR_GPS_FIX_INTERVAL

public static final String SP_KEY_WAIT_FOR_GPS_FIX_INTERVAL
See Also:
Constant Field Values

SP_KEY_SHOW_WAIT_FOR_LOCATION_DIALOG

public static final String SP_KEY_SHOW_WAIT_FOR_LOCATION_DIALOG
See Also:
Constant Field Values

ACTIVE_LOCATION_UPDATE_PROVIDER_DISABLED_ACTION

public static final String ACTIVE_LOCATION_UPDATE_PROVIDER_DISABLED_ACTION
See Also:
Constant Field Values

ACTIVE_LOCATION_UPDATE_ACTION

public static final String ACTIVE_LOCATION_UPDATE_ACTION
See Also:
Constant Field Values

UPDATE_LOCATION_UPDATES_CRITERIA_ACTION

public static final String UPDATE_LOCATION_UPDATES_CRITERIA_ACTION
See Also:
Constant Field Values

IGNITED_LOCATION_EXTRA

public static final String IGNITED_LOCATION_EXTRA
See Also:
Constant Field Values

IGNITED_LAST_LOCATION_EXTRA

public static final String IGNITED_LAST_LOCATION_EXTRA
See Also:
Constant Field Values

MIN_BATTERY_LEVEL_FOR_GPS_DEFAULT

public static final int MIN_BATTERY_LEVEL_FOR_GPS_DEFAULT
See Also:
Constant Field Values

WAIT_FOR_GPS_FIX_INTERVAL_DEFAULT

public static final long WAIT_FOR_GPS_FIX_INTERVAL_DEFAULT
See Also:
Constant Field Values

SHOW_WAIT_FOR_LOCATION_DIALOG_DEFAULT

public static final boolean SHOW_WAIT_FOR_LOCATION_DIALOG_DEFAULT
See Also:
Constant Field Values
Constructor Detail

IgnitedLocationConstants

public IgnitedLocationConstants()


Copyright © 2012. All Rights Reserved.