public static class AndroidSettingFactory.UnknownIntent extends Intent
Intent.IntentTypeContextItem.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, unbindpublic UnknownIntent(String action)
public UnknownIntent(Atom action)
public Intent.IntentType getType()
public int hashCode()
Intentpublic boolean equals(Object o)
Intent