Home
last modified time | relevance | path

Searched refs:SuperNotCalledException (Results 1 – 9 of 9) 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/base/core/java/android/app/
DFragment.java47 import android.util.SuperNotCalledException;
578 throw new SuperNotCalledException("Fragment " + this in restoreViewState()
2518 throw new SuperNotCalledException("Fragment " + this
2545 throw new SuperNotCalledException("Fragment " + this
2562 throw new SuperNotCalledException("Fragment " + this
2582 throw new SuperNotCalledException("Fragment " + this
2737 throw new SuperNotCalledException("Fragment " + this
2750 throw new SuperNotCalledException("Fragment " + this
2778 throw new SuperNotCalledException("Fragment " + this
2796 throw new SuperNotCalledException("Fragment " + this
[all …]
DActivity.java94 import android.util.SuperNotCalledException;
7851 throw new SuperNotCalledException( in performStart()
7928 throw new SuperNotCalledException( in performRestart()
7961 throw new SuperNotCalledException( in performResume()
7985 throw new SuperNotCalledException( in performResume()
8002 throw new SuperNotCalledException( in performPause()
8040 throw new SuperNotCalledException( in performStop()
DActivityThread.java141 import android.util.SuperNotCalledException;
3267 throw new SuperNotCalledException( in performLaunchActivity()
3282 } catch (SuperNotCalledException e) { in performLaunchActivity()
3343 throw new SuperNotCalledException( in handleStartActivity()
4535 throw new SuperNotCalledException("Activity " + safeToComponentShortString(r.intent) in performPauseActivityIfNeeded()
4538 } catch (SuperNotCalledException e) { in performPauseActivityIfNeeded()
4657 } catch (SuperNotCalledException e) { in callActivityOnStop()
4910 throw new SuperNotCalledException( in handleSendResult()
4914 } catch (SuperNotCalledException e) { in handleSendResult()
4968 throw new SuperNotCalledException( in performDestroyActivity()
[all …]
DFragmentManager.java44 import android.util.SuperNotCalledException;
1249 throw new SuperNotCalledException("Fragment " + f in moveToState()
/frameworks/base/core/java/android/view/
DView.java104 import android.util.SuperNotCalledException;
20232 throw new SuperNotCalledException("View " + getClass().getSimpleName() + in dispatchCancelPendingInputEvents()
/frameworks/base/config/
Dpreloaded-classes3689 android.util.SuperNotCalledException
Dboot-image-profile.txt36352 Landroid/util/SuperNotCalledException;
Dhiddenapi-greylist-max-o.txt72771 Landroid/util/SuperNotCalledException;-><init>(Ljava/lang/String;)V