public static class AndroidSettingFactory.UnknownIntent extends Intent
Intent.IntentType
ContextItem.Value<T>
INTENT_KEY, UNBOUND, uri
Constructor and Description |
---|
UnknownIntent(Atom action) |
UnknownIntent(Atom action,
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, unbind
public UnknownIntent(String action)
public UnknownIntent(Atom action)
public Intent.IntentType getType()
public int hashCode()
Intent
public boolean equals(Object o)
Intent