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

1 2 3

  /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/aacdec/
SoftAAC2.h 44 virtual void onReset();
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h 45 virtual void onReset();
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h 46 virtual void onReset();
  /packages/apps/Email/src/com/android/email/data/
ThrottlingCursorLoader.java 91 protected void onReset() {
92 if (Throttle.DEBUG) debugLog("onReset");
94 super.onReset();
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoader.java 147 protected void onReset() {
148 super.onReset();
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoSetLoader.java 78 protected void onReset() {
79 super.onReset();
  /frameworks/base/core/java/android/content/
CursorLoader.java 179 protected void onReset() {
180 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/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() {
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 99 status_t onReset();
SimplePlayer.cpp 238 err = onReset();
398 status_t SimplePlayer::onReset() {
  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 74 virtual void onReset();
  /packages/apps/Gallery2/src/com/android/photos/shims/
MediaItemsLoader.java 102 protected void onReset() {
103 super.onReset();
MediaSetLoader.java 100 protected void onReset() {
101 super.onReset();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java 194 protected void onReset() {
AccountFilterActivity.java 107 protected void onReset() {
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 159 protected void onReset() {
MoveMessageToDialog.java 330 protected void onReset() {
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 216 @Override protected void onReset() {
217 super.onReset();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 334 @Override protected void onReset() {
335 super.onReset();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 336 @Override protected void onReset() {
337 super.onReset();
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 453 void SimpleSoftOMXComponent::onReset() {
589 onReset();

Completed in 2714 milliseconds

1 2 3