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/src/main/java/androidx/fragment/app/
DSuperNotCalledException.java21 final class SuperNotCalledException extends AndroidRuntimeException { class
22 public SuperNotCalledException(String msg) { in SuperNotCalledException() method in SuperNotCalledException
DFragment.java487 throw new SuperNotCalledException("Fragment " + this in restoreViewState()
2403 throw new SuperNotCalledException("Fragment " + this
2448 throw new SuperNotCalledException("Fragment " + this
2465 throw new SuperNotCalledException("Fragment " + this
2486 throw new SuperNotCalledException("Fragment " + this
2633 throw new SuperNotCalledException("Fragment " + this
2647 throw new SuperNotCalledException("Fragment " + this
2660 throw new SuperNotCalledException("Fragment " + this
2681 throw new SuperNotCalledException("Fragment " + this
2692 throw new SuperNotCalledException("Fragment " + this
DFragmentManager.java1406 throw new SuperNotCalledException("Fragment " + f in moveToState()
/frameworks/base/core/java/android/app/
DFragment.java46 import android.util.SuperNotCalledException;
566 throw new SuperNotCalledException("Fragment " + this in restoreViewState()
2506 throw new SuperNotCalledException("Fragment " + this
2533 throw new SuperNotCalledException("Fragment " + this
2550 throw new SuperNotCalledException("Fragment " + this
2570 throw new SuperNotCalledException("Fragment " + this
2725 throw new SuperNotCalledException("Fragment " + this
2738 throw new SuperNotCalledException("Fragment " + this
2766 throw new SuperNotCalledException("Fragment " + this
2784 throw new SuperNotCalledException("Fragment " + this
[all …]
DActivity.java88 import android.util.SuperNotCalledException;
7161 throw new SuperNotCalledException( in performStart()
7263 throw new SuperNotCalledException( in performRestart()
7295 throw new SuperNotCalledException( in performResume()
7319 throw new SuperNotCalledException( in performResume()
7334 throw new SuperNotCalledException( in performPause()
7370 throw new SuperNotCalledException( in performStop()
DFragmentManager.java43 import android.util.SuperNotCalledException;
1244 throw new SuperNotCalledException("Fragment " + f in moveToState()
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.config419 "from": "android/support/v4/app/SuperNotCalledException(.*)",
420 "to": "androidx/fragment/app/SuperNotCalledException{0}"
Ddefault.generated.config411 "from": "android/support/v4/app/SuperNotCalledException(.*)",
412 "to": "androidx/fragment/app/SuperNotCalledException{0}"
3474 … "android/support/v4/app/SuperNotCalledException": "androidx/fragment/app/SuperNotCalledException",
/frameworks/support/jetifier/jetifier/source-transformer/
Ddefault.config414 "from": "android/support/v4/app/SuperNotCalledException(.*)",
415 "to": "androidx/fragment/app/SuperNotCalledException{0}"
/frameworks/base/config/
Dpreloaded-classes3179 android.util.SuperNotCalledException
Dboot-image-profile.txt58559 Landroid/util/SuperNotCalledException;