| Package | Description |
|---|---|
| com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa |
Fetch and handle information on Android-Intents.
|
| com.ibm.wala.dalvik.util |
Classes of general use with the AndroidModel.
|
| Modifier and Type | Method and Description |
|---|---|
Intent |
Intent.clone() |
Intent |
IntentContext.getIntent() |
Intent |
Intent.resolve() |
| Modifier and Type | Method and Description |
|---|---|
int |
Intent.compareTo(Intent other) |
boolean |
Intent.equalAction(Intent other)
Does not consider the associated URI.
|
| Constructor and Description |
|---|
IntentContext(com.ibm.wala.ipa.callgraph.Context parent,
Intent intent) |
IntentContext(Intent intent) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidSettingFactory.ExternalIntent |
static class |
AndroidSettingFactory.IgnoreIntent |
static class |
AndroidSettingFactory.InternalIntent
Add an Intent that is _shure_ to be handled internally _only_.
|
static class |
AndroidSettingFactory.StandardIntent |
static class |
AndroidSettingFactory.UnknownIntent |
| Modifier and Type | Field and Description |
|---|---|
static Map<Intent,Intent> |
AndroidEntryPointManager.DEFAULT_INTENT_OVERRIDES |
static Map<Intent,Intent> |
AndroidEntryPointManager.DEFAULT_INTENT_OVERRIDES |
Map<Intent,Intent> |
AndroidEntryPointManager.overrideIntents
Overrides Intents.
|
Map<Intent,Intent> |
AndroidEntryPointManager.overrideIntents
Overrides Intents.
|
| Modifier and Type | Method and Description |
|---|---|
Intent |
AndroidEntryPointManager.getIntent(Intent intent)
Get Intent with applied overrides.
|
static Intent |
AndroidSettingFactory.intent(String fullyQualifiedAction) |
static Intent |
AndroidSettingFactory.intent(String fullyQualifiedAction,
String uri) |
static Intent |
AndroidSettingFactory.intent(String pack,
String name,
String uri)
Make an intent.
|
| Modifier and Type | Method and Description |
|---|---|
Map<com.ibm.wala.classLoader.CallSiteReference,Intent> |
AndroidEntryPointManager.getSeen()
Return all Sites, that start Components based on Intents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AndroidEntryPointManager.addCallSeen(com.ibm.wala.classLoader.CallSiteReference from,
Intent intent)
DO NOT CALL! - This is for IntentContextSelector.
|
Intent |
AndroidEntryPointManager.getIntent(Intent intent)
Get Intent with applied overrides.
|
void |
AndroidEntryPointManager.registerIntent(Intent intent)
Set more information to an Intent.
|
void |
AndroidEntryPointManager.registerIntentForce(Intent intent)
Set intent possibly overwriting more specific information.
|
void |
AndroidEntryPointManager.setOverride(Intent from,
Intent to)
Override target of an Intent (or add an alias).
|
void |
AndroidEntryPointManager.setOverrideForce(Intent from,
Intent to)
Just throw in the override.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AndroidEntryPointManager.setOverrides(Map<Intent,Intent> overrides)
Set multiple overrides at the same time.
|
void |
AndroidEntryPointManager.setOverrides(Map<Intent,Intent> overrides)
Set multiple overrides at the same time.
|
Copyright © 2019. All rights reserved.