Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/util/
H A DSuperNotCalledException.java23 public final class SuperNotCalledException extends AndroidRuntimeException { class
24 public SuperNotCalledException(String msg) { in SuperNotCalledException() method in SuperNotCalledException
/aosp12/frameworks/base/core/java/android/app/
H A DFragment.java47 import android.util.SuperNotCalledException;
578 throw new SuperNotCalledException("Fragment " + this in restoreViewState()
2489 throw new SuperNotCalledException("Fragment " + this
2516 throw new SuperNotCalledException("Fragment " + this
2533 throw new SuperNotCalledException("Fragment " + this
2553 throw new SuperNotCalledException("Fragment " + this
2708 throw new SuperNotCalledException("Fragment " + this
2721 throw new SuperNotCalledException("Fragment " + this
2749 throw new SuperNotCalledException("Fragment " + this
2767 throw new SuperNotCalledException("Fragment " + this
[all …]
H A DActivity.java99 import android.util.SuperNotCalledException;
8086 throw new SuperNotCalledException(
8163 throw new SuperNotCalledException(
8200 throw new SuperNotCalledException(
8224 throw new SuperNotCalledException(
8247 throw new SuperNotCalledException(
8290 throw new SuperNotCalledException(
H A DActivityThread.java169 import android.util.SuperNotCalledException;
3691 throw new SuperNotCalledException( in performLaunchActivity()
3700 } catch (SuperNotCalledException e) { in performLaunchActivity()
3762 throw new SuperNotCalledException( in handleStartActivity()
5101 throw new SuperNotCalledException("Activity " + safeToComponentShortString(r.intent) in performPauseActivityIfNeeded()
5104 } catch (SuperNotCalledException e) { in performPauseActivityIfNeeded()
5216 } catch (SuperNotCalledException e) { in callActivityOnStop()
5391 throw new SuperNotCalledException( in handleSendResult()
5395 } catch (SuperNotCalledException e) { in handleSendResult()
5449 } catch (SuperNotCalledException e) { in performDestroyActivity()
[all …]
H A DFragmentManager.java44 import android.util.SuperNotCalledException;
1249 throw new SuperNotCalledException("Fragment " + f in moveToState()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java118 import android.util.SuperNotCalledException;
20935 throw new SuperNotCalledException("View " + getClass().getSimpleName() + in dispatchCancelPendingInputEvents()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes7262 android.util.SuperNotCalledException
H A Dboot-image-profile.txt30906 Landroid/util/SuperNotCalledException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes7284 android.util.SuperNotCalledException
H A Dboot-image-profile.txt40570 Landroid/util/SuperNotCalledException;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61665 Landroid/util/SuperNotCalledException;-><init>(Ljava/lang/String;)V