Methods Summary |
---|
public final java.util.Iterator | actionsIterator()
throw new RuntimeException("Stub!");
|
public final void | addAction(java.lang.String action)
throw new RuntimeException("Stub!");
|
public final void | addCategory(java.lang.String category)
throw new RuntimeException("Stub!");
|
public final void | addDataAuthority(java.lang.String host, java.lang.String port)
throw new RuntimeException("Stub!");
|
public final void | addDataPath(java.lang.String path, int type)
throw new RuntimeException("Stub!");
|
public final void | addDataScheme(java.lang.String scheme)
throw new RuntimeException("Stub!");
|
public final void | addDataSchemeSpecificPart(java.lang.String ssp, int type)
throw new RuntimeException("Stub!");
|
public final void | addDataType(java.lang.String type)
throw new RuntimeException("Stub!");
|
public final java.util.Iterator | authoritiesIterator()
throw new RuntimeException("Stub!");
|
public final java.util.Iterator | categoriesIterator()
throw new RuntimeException("Stub!");
|
public final int | countActions()
throw new RuntimeException("Stub!");
|
public final int | countCategories()
throw new RuntimeException("Stub!");
|
public final int | countDataAuthorities()
throw new RuntimeException("Stub!");
|
public final int | countDataPaths()
throw new RuntimeException("Stub!");
|
public final int | countDataSchemeSpecificParts()
throw new RuntimeException("Stub!");
|
public final int | countDataSchemes()
throw new RuntimeException("Stub!");
|
public final int | countDataTypes()
throw new RuntimeException("Stub!");
|
public static android.content.IntentFilter | create(java.lang.String action, java.lang.String dataType)
throw new RuntimeException("Stub!");
|
public final int | describeContents()
throw new RuntimeException("Stub!");
|
public void | dump(android.util.Printer du, java.lang.String prefix)
throw new RuntimeException("Stub!");
|
public final java.lang.String | getAction(int index)
throw new RuntimeException("Stub!");
|
public final java.lang.String | getCategory(int index)
throw new RuntimeException("Stub!");
|
public final android.content.IntentFilter$AuthorityEntry | getDataAuthority(int index)
throw new RuntimeException("Stub!");
|
public final android.os.PatternMatcher | getDataPath(int index)
throw new RuntimeException("Stub!");
|
public final java.lang.String | getDataScheme(int index)
throw new RuntimeException("Stub!");
|
public final android.os.PatternMatcher | getDataSchemeSpecificPart(int index)
throw new RuntimeException("Stub!");
|
public final java.lang.String | getDataType(int index)
throw new RuntimeException("Stub!");
|
public final int | getPriority()
throw new RuntimeException("Stub!");
|
public final boolean | hasAction(java.lang.String action)
throw new RuntimeException("Stub!");
|
public final boolean | hasCategory(java.lang.String category)
throw new RuntimeException("Stub!");
|
public final boolean | hasDataAuthority(android.net.Uri data)
throw new RuntimeException("Stub!");
|
public final boolean | hasDataPath(java.lang.String data)
throw new RuntimeException("Stub!");
|
public final boolean | hasDataScheme(java.lang.String scheme)
throw new RuntimeException("Stub!");
|
public final boolean | hasDataSchemeSpecificPart(java.lang.String data)
throw new RuntimeException("Stub!");
|
public final boolean | hasDataType(java.lang.String type)
throw new RuntimeException("Stub!");
|
public final int | match(android.content.ContentResolver resolver, android.content.Intent intent, boolean resolve, java.lang.String logTag)
throw new RuntimeException("Stub!");
|
public final int | match(java.lang.String action, java.lang.String type, java.lang.String scheme, android.net.Uri data, java.util.Set categories, java.lang.String logTag)
throw new RuntimeException("Stub!");
|
public final boolean | matchAction(java.lang.String action)
throw new RuntimeException("Stub!");
|
public final java.lang.String | matchCategories(java.util.Set categories)
throw new RuntimeException("Stub!");
|
public final int | matchData(java.lang.String type, java.lang.String scheme, android.net.Uri data)
throw new RuntimeException("Stub!");
|
public final int | matchDataAuthority(android.net.Uri data)
throw new RuntimeException("Stub!");
|
public final java.util.Iterator | pathsIterator()
throw new RuntimeException("Stub!");
|
public void | readFromXml(org.xmlpull.v1.XmlPullParser parser)
throw new RuntimeException("Stub!");
|
public final java.util.Iterator | schemeSpecificPartsIterator()
throw new RuntimeException("Stub!");
|
public final java.util.Iterator | schemesIterator()
throw new RuntimeException("Stub!");
|
public final void | setPriority(int priority)
throw new RuntimeException("Stub!");
|
public final java.util.Iterator | typesIterator()
throw new RuntimeException("Stub!");
|
public final void | writeToParcel(android.os.Parcel dest, int flags)
throw new RuntimeException("Stub!");
|
public void | writeToXml(org.xmlpull.v1.XmlSerializer serializer)
throw new RuntimeException("Stub!");
|