Class ProviderEP
java.lang.Object
com.ibm.wala.dalvik.util.androidEntryPoints.ProviderEP
Hardcoded EntryPoint-specifications for an Android-ContentProvider.
The specifications are read and handled by AndroidEntryPointLocator.
- 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
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
-
onCreate
-
query
-
insert
-
onConfigurationChanged
-
onLowMemory
-
onTrimMemory
-
update
-
-
Constructor Details
-
ProviderEP
public ProviderEP()
-
-
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.
-