Methods Summary |
---|
public void | abandon() throw new RuntimeException("Stub!");
|
public boolean | cancelLoad() throw new RuntimeException("Stub!");
|
public void | commitContentChanged() throw new RuntimeException("Stub!");
|
public java.lang.String | dataToString(D data) throw new RuntimeException("Stub!");
|
public void | deliverCancellation() throw new RuntimeException("Stub!");
|
public void | deliverResult(D data) throw new RuntimeException("Stub!");
|
public void | dump(java.lang.String prefix, java.io.FileDescriptor fd, java.io.PrintWriter writer, java.lang.String[] args) throw new RuntimeException("Stub!");
|
public void | forceLoad() throw new RuntimeException("Stub!");
|
public android.content.Context | getContext() throw new RuntimeException("Stub!");
|
public int | getId() throw new RuntimeException("Stub!");
|
public boolean | isAbandoned() throw new RuntimeException("Stub!");
|
public boolean | isReset() throw new RuntimeException("Stub!");
|
public boolean | isStarted() throw new RuntimeException("Stub!");
|
protected void | onAbandon() throw new RuntimeException("Stub!");
|
protected boolean | onCancelLoad() throw new RuntimeException("Stub!");
|
public void | onContentChanged() throw new RuntimeException("Stub!");
|
protected void | onForceLoad() throw new RuntimeException("Stub!");
|
protected void | onReset() throw new RuntimeException("Stub!");
|
protected void | onStartLoading() throw new RuntimeException("Stub!");
|
protected void | onStopLoading() throw new RuntimeException("Stub!");
|
public void | registerListener(int id, android.content.Loader$OnLoadCompleteListener listener) throw new RuntimeException("Stub!");
|
public void | registerOnLoadCanceledListener(android.content.Loader$OnLoadCanceledListener listener) throw new RuntimeException("Stub!");
|
public void | reset() throw new RuntimeException("Stub!");
|
public void | rollbackContentChanged() throw new RuntimeException("Stub!");
|
public final void | startLoading() throw new RuntimeException("Stub!");
|
public void | stopLoading() throw new RuntimeException("Stub!");
|
public boolean | takeContentChanged() throw new RuntimeException("Stub!");
|
public java.lang.String | toString() throw new RuntimeException("Stub!");
|
public void | unregisterListener(android.content.Loader$OnLoadCompleteListener listener) throw new RuntimeException("Stub!");
|
public void | unregisterOnLoadCanceledListener(android.content.Loader$OnLoadCanceledListener listener) throw new RuntimeException("Stub!");
|