public final class ContentQuery
extends java.lang.Object
IResolver,
IStrictResolver| Modifier and Type | Method and Description |
|---|---|
static IResolver |
resolve(java.lang.String uri,
android.content.Context context)
Creates an
IResolver for the specified URI |
static IResolver |
resolve(android.net.Uri uri,
android.content.Context context)
Creates an
IResolver for the specified URI |
static IStrictResolver |
strictlyResolve(java.lang.String uri,
android.content.Context context)
Creates an
IStrictResolver for the specified URI |
static IStrictResolver |
strictlyResolve(android.net.Uri uri,
android.content.Context context)
Creates an
IStrictResolver for the specified URI |
public static IResolver resolve(java.lang.String uri, android.content.Context context)
IResolver for the specified URIuri - the uri stringcontext - GOD-object ContextIResolverpublic static IResolver resolve(android.net.Uri uri, android.content.Context context)
IResolver for the specified URIuri - the uri objectcontext - GOD-object ContextIResolverpublic static IStrictResolver strictlyResolve(java.lang.String uri, android.content.Context context)
IStrictResolver for the specified URIuri - the uri stringcontext - GOD-object ContextIStrictResolverpublic static IStrictResolver strictlyResolve(android.net.Uri uri, android.content.Context context)
IStrictResolver for the specified URIuri - the uri objectcontext - GOD-object ContextIStrictResolver