public static class AndroidSettingFactory.InternalIntent extends Intent
If there was an additional external handling of this intent it will be ignored!
Intent.IntentTypeINTENT_KEY, UNBOUND, uri| Constructor and Description |
|---|
InternalIntent(com.ibm.wala.util.strings.Atom action) |
InternalIntent(com.ibm.wala.util.strings.Atom action,
com.ibm.wala.util.strings.Atom uri) |
InternalIntent(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 InternalIntent(java.lang.String action)
public InternalIntent(com.ibm.wala.util.strings.Atom action)
public InternalIntent(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.