Class LocationEP
java.lang.Object
com.ibm.wala.dalvik.util.androidEntryPoints.LocationEP
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.
- Author:
- Tobias Blaschke <code@tobiasblaschke.de>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AndroidEntryPointLocator.AndroidPossibleEntryPoint
static final AndroidEntryPointLocator.AndroidPossibleEntryPoint
static final AndroidEntryPointLocator.AndroidPossibleEntryPoint
static final AndroidEntryPointLocator.AndroidPossibleEntryPoint
static final AndroidEntryPointLocator.AndroidPossibleEntryPoint
static final AndroidEntryPointLocator.AndroidPossibleEntryPoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
populate
(List<? super AndroidEntryPointLocator.AndroidPossibleEntryPoint> possibleEntryPoints) Add the EntryPoint specifications defined in this file to the given list.
-
Field Details
-
onLocationChanged
-
onProviderDisabled
-
onProviderEnabled
-
onStatusChanged
-
onGpsStatusChanged
-
onNmeaReceived
-
-
Constructor Details
-
LocationEP
public LocationEP()
-
-
Method Details
-
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.
-