Methods Summary |
---|
public android.content.IContentProvider | acquireProvider(android.content.Context c, java.lang.String name)
// ignore
return null;
|
public void | cancelSync(android.net.Uri uri)Stub for the layoutlib bridge content resolver.
The super implementation accesses the {@link ContentServiceNative#getDefault()}
which returns null and would make the call crash. Instead we do nothing.
// pass
|
public void | notifyChange(android.net.Uri uri, android.database.ContentObserver observer, boolean syncToNetwork)Stub for the layoutlib bridge content resolver.
The super implementation accesses the {@link ContentServiceNative#getDefault()}
which returns null and would make the call crash. Instead we do nothing.
// pass
|
public void | registerContentObserver(android.net.Uri uri, boolean notifyForDescendents, android.database.ContentObserver observer)Stub for the layoutlib bridge content resolver.
The super implementation accesses the {@link ContentServiceNative#getDefault()}
which returns null and would make the call crash. Instead we do nothing.
// pass
|
public boolean | releaseProvider(android.content.IContentProvider icp)
// ignore
return false;
|
public void | startSync(android.net.Uri uri, android.os.Bundle extras)Stub for the layoutlib bridge content resolver.
The super implementation accesses the {@link ContentServiceNative#getDefault()}
which returns null and would make the call crash. Instead we do nothing.
// pass
|
public void | unregisterContentObserver(android.database.ContentObserver observer)Stub for the layoutlib bridge content resolver.
The super implementation accesses the {@link ContentServiceNative#getDefault()}
which returns null and would make the call crash. Instead we do nothing.
// pass
|