public static class AndroidSettingFactory.UnknownIntent extends Intent
Intent.IntentTypeINTENT_KEY, UNBOUND, uri| Constructor and Description |
|---|
UnknownIntent(com.ibm.wala.util.strings.Atom action) |
UnknownIntent(com.ibm.wala.util.strings.Atom action,
com.ibm.wala.util.strings.Atom uri) |
UnknownIntent(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 UnknownIntent(java.lang.String action)
public UnknownIntent(com.ibm.wala.util.strings.Atom action)
public UnknownIntent(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.