Home
last modified time | relevance | path

Searched refs:SuperNotCalledException (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/util/
DSuperNotCalledException.java23 public final class SuperNotCalledException extends AndroidRuntimeException { class
24 public SuperNotCalledException(String msg) { in SuperNotCalledException() method in SuperNotCalledException
/frameworks/support/fragment/java/android/support/v4/app/
DSuperNotCalledException.java21 final class SuperNotCalledException extends AndroidRuntimeException { class
22 public SuperNotCalledException(String msg) { in SuperNotCalledException() method in SuperNotCalledException
DFragment.java501 throw new SuperNotCalledException("Fragment " + this in restoreViewState()
2326 throw new SuperNotCalledException("Fragment " + this
2348 throw new SuperNotCalledException("Fragment " + this
2365 throw new SuperNotCalledException("Fragment " + this
2385 throw new SuperNotCalledException("Fragment " + this
2524 throw new SuperNotCalledException("Fragment " + this
2537 throw new SuperNotCalledException("Fragment " + this
2571 throw new SuperNotCalledException("Fragment " + this
2588 throw new SuperNotCalledException("Fragment " + this
2599 throw new SuperNotCalledException("Fragment " + this
DFragmentManager.java1364 throw new SuperNotCalledException("Fragment " + f in moveToState()
/frameworks/base/core/java/android/app/
DFragment.java47 import android.util.SuperNotCalledException;
659 throw new SuperNotCalledException("Fragment " + this in restoreViewState()
2595 throw new SuperNotCalledException("Fragment " + this
2622 throw new SuperNotCalledException("Fragment " + this
2639 throw new SuperNotCalledException("Fragment " + this
2659 throw new SuperNotCalledException("Fragment " + this
2814 throw new SuperNotCalledException("Fragment " + this
2827 throw new SuperNotCalledException("Fragment " + this
2855 throw new SuperNotCalledException("Fragment " + this
2872 throw new SuperNotCalledException("Fragment " + this
[all …]
DActivity.java88 import android.util.SuperNotCalledException;
6994 throw new SuperNotCalledException( in performStart()
7062 throw new SuperNotCalledException( in performRestart()
7081 throw new SuperNotCalledException( in performResume()
7105 throw new SuperNotCalledException( in performResume()
7119 throw new SuperNotCalledException( in performPause()
7152 throw new SuperNotCalledException( in performStop()
DActivityThread.java106 import android.util.SuperNotCalledException;
2773 throw new SuperNotCalledException( in performLaunchActivity()
2802 throw new SuperNotCalledException( in performLaunchActivity()
2812 } catch (SuperNotCalledException e) { in performLaunchActivity()
3100 throw new SuperNotCalledException("Activity " + activity.getLocalClassName() + in handleCancelVisibleBehind()
3969 throw new SuperNotCalledException("Activity " + safeToComponentShortString(r.intent) in performPauseActivityIfNeeded()
3972 } catch (SuperNotCalledException e) { in performPauseActivityIfNeeded()
4352 throw new SuperNotCalledException( in handleSendResult()
4356 } catch (SuperNotCalledException e) { in handleSendResult()
4396 } catch (SuperNotCalledException e) { in performDestroyActivity()
[all …]
DFragmentManager.java43 import android.util.SuperNotCalledException;
1222 throw new SuperNotCalledException("Fragment " + f in moveToState()
/frameworks/base/core/java/android/view/
DView.java86 import android.util.SuperNotCalledException;
17497 throw new SuperNotCalledException("View " + getClass().getSimpleName() +
/frameworks/base/
Dpreloaded-classes2329 android.util.SuperNotCalledException
Dcompiled-classes-phone4257 android.util.SuperNotCalledException
/frameworks/base/services/
Dprofile-classes2647 Landroid/util/SuperNotCalledException;