public static class AndroidSettingFactory.ExternalIntent extends Intent
Intent.IntentTypeINTENT_KEY, UNBOUND, uri| Constructor and Description |
|---|
ExternalIntent(com.ibm.wala.util.strings.Atom action) |
ExternalIntent(com.ibm.wala.util.strings.Atom action,
com.ibm.wala.util.strings.Atom uri) |
ExternalIntent(java.lang.String action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Intents are equal to Intents with other type.
|
Intent.IntentType |
getType() |
int |
hashCode()
CLASHES: Does not consider intent-type.
|
clone, compareTo, equalAction, getAction, getComponent, isExplicit, isExternal, isInternal, isStandard, resolve, setAction, setActionExplicit, setExplicit, setImmutable, toString, unbindpublic ExternalIntent(java.lang.String action)
public ExternalIntent(com.ibm.wala.util.strings.Atom action)
public ExternalIntent(com.ibm.wala.util.strings.Atom action,
com.ibm.wala.util.strings.Atom uri)
public Intent.IntentType getType()
public int hashCode()
IntentThis clash is however intended: This aids in resolving the override of an Intent. The AndroidEntryPointManager generates new Intent Objects. Instead of searching all overrides we get it for free.
public boolean equals(java.lang.Object o)
IntentThis clash is however intended: This aids in resolving the override of an Intent. The AndroidEntryPointManager generates new Intent Objects. Instead of searching all overrides we get it for free.