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(String action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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(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()
Intentpublic boolean equals(Object o)
IntentCopyright © 2019. All rights reserved.