Class LocationEP
- java.lang.Object
-
- com.ibm.wala.dalvik.util.androidEntryPoints.LocationEP
-
public final class LocationEP extends Object
Hardcoded specifications of androids location handling call-backs. The specifications are read and handled by AndroidEntryPointLocator if the flags of AndroidEntryPointLocator are set to include call-backs.- See Also:
AndroidEntryPointLocator
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LocationEP()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
populate(List<? super AndroidEntryPointLocator.AndroidPossibleEntryPoint> possibleEntryPoints)
Add the EntryPoint specifications defined in this file to the given list.
-
-
-
Field Detail
-
onLocationChanged
public static final AndroidEntryPointLocator.AndroidPossibleEntryPoint onLocationChanged
-
onProviderDisabled
public static final AndroidEntryPointLocator.AndroidPossibleEntryPoint onProviderDisabled
-
onProviderEnabled
public static final AndroidEntryPointLocator.AndroidPossibleEntryPoint onProviderEnabled
-
onStatusChanged
public static final AndroidEntryPointLocator.AndroidPossibleEntryPoint onStatusChanged
-
onGpsStatusChanged
public static final AndroidEntryPointLocator.AndroidPossibleEntryPoint onGpsStatusChanged
-
onNmeaReceived
public static final AndroidEntryPointLocator.AndroidPossibleEntryPoint onNmeaReceived
-
-
Method Detail
-
populate
public static void populate(List<? super AndroidEntryPointLocator.AndroidPossibleEntryPoint> possibleEntryPoints)
Add the EntryPoint specifications defined in this file to the given list.- Parameters:
possibleEntryPoints
- the list to extend.
-
-