HomeSort by relevance Sort by last modified time
    Searched refs:onReset (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
PushObserver.java 64 void onReset(int streamId, ErrorCode errorCode);
82 @Override public void onReset(int streamId, ErrorCode errorCode) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailAsyncTaskLoader.java 76 protected void onReset() {
77 super.onReset();
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 42 virtual void onReset();
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsLoader.java 78 protected void onReset() {
79 super.onReset();
UriDerivativeLoader.java 113 protected void onReset() {
114 super.onReset();
  /packages/apps/Settings/src/com/android/settings/net/
SummaryForAllUidLoader.java 75 protected void onReset() {
76 super.onReset();
ChartDataLoader.java 123 protected void onReset() {
124 super.onReset();
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h 43 virtual void onReset();
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h 45 virtual void onReset();
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 40 virtual void onReset();
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.h 60 virtual void onReset();
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h 46 virtual void onReset();
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoader.java 150 protected void onReset() {
151 super.onReset();
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteractionsLoader.java 145 protected void onReset() {
146 super.onReset();
CallLogInteractionsLoader.java 166 protected void onReset() {
167 super.onReset();
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoSetLoader.java 78 protected void onReset() {
79 super.onReset();
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 45 virtual void onReset();
  /frameworks/base/core/java/android/content/
CursorLoader.java 178 protected void onReset() {
179 super.onReset();
Loader.java 39 * {@link #onStopLoading()}, {@link #onForceLoad()}, and {@link #onReset()}.</p>
409 * an optional intermediate state prior to {@link #onReset()} -- it means that
413 * {@link #onReset()} happens. You can retrieve the current abandoned
433 * values, and then calls the implementation's {@link #onReset()}.
438 onReset();
452 protected void onReset() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 263 mOnHeightChangedListener.onReset(this);
301 void onReset(ExpandableView view);
  /frameworks/support/v4/java/android/support/v4/content/
CursorLoader.java 142 protected void onReset() {
143 super.onReset();
Loader.java 268 * an optional intermediate state prior to {@link #onReset()} -- it means that
272 * {@link #onReset()} happens. You can retrieve the current abandoned
286 * values, and then calls the implementation's {@link #onReset()}.
291 onReset();
305 protected void onReset() {
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ObjectCursorLoader.java 159 protected void onReset() {
160 super.onReset();
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 99 status_t onReset();
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 64 virtual void onReset();

Completed in 489 milliseconds

1 2 3 4 5