Searched refs:SuperNotCalledException (Results 1 – 9 of 9) sorted by relevance
23 public final class SuperNotCalledException extends AndroidRuntimeException { class24 public SuperNotCalledException(String msg) { in SuperNotCalledException() method in SuperNotCalledException
47 import android.util.SuperNotCalledException;578 throw new SuperNotCalledException("Fragment " + this in restoreViewState()2518 throw new SuperNotCalledException("Fragment " + this2545 throw new SuperNotCalledException("Fragment " + this2562 throw new SuperNotCalledException("Fragment " + this2582 throw new SuperNotCalledException("Fragment " + this2737 throw new SuperNotCalledException("Fragment " + this2750 throw new SuperNotCalledException("Fragment " + this2778 throw new SuperNotCalledException("Fragment " + this2796 throw new SuperNotCalledException("Fragment " + this[all …]
94 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()
141 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 …]
44 import android.util.SuperNotCalledException;1249 throw new SuperNotCalledException("Fragment " + f in moveToState()
104 import android.util.SuperNotCalledException;20232 throw new SuperNotCalledException("View " + getClass().getSimpleName() + in dispatchCancelPendingInputEvents()
3689 android.util.SuperNotCalledException
36352 Landroid/util/SuperNotCalledException;
72771 Landroid/util/SuperNotCalledException;-><init>(Ljava/lang/String;)V