Searched full:supernotcalledexception (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/util/
H A DSuperNotCalledException.java23 public final class SuperNotCalledException extends AndroidRuntimeException { class in inherits:AndroidRuntimeException
24 public SuperNotCalledException(String msg) { method in class:SuperNotCalledException
/frameworks/support/v4/java/android/support/v4/app/
H A DSuperNotCalledException.java21 final class SuperNotCalledException extends AndroidRuntimeException { class in inherits:AndroidRuntimeException
22 public SuperNotCalledException(String msg) { method in class:SuperNotCalledException
H A DFragment.java453 throw new SuperNotCalledException("Fragment " + this
1479 throw new SuperNotCalledException("Fragment " + this
1510 throw new SuperNotCalledException("Fragment " + this
1526 throw new SuperNotCalledException("Fragment " + this
1545 throw new SuperNotCalledException("Fragment " + this
1663 throw new SuperNotCalledException("Fragment " + this
1675 throw new SuperNotCalledException("Fragment " + this
1707 throw new SuperNotCalledException("Fragment " + this
1722 throw new SuperNotCalledException("Fragment " + this
H A DFragmentManager.java885 throw new SuperNotCalledException("Fragment " + f
1062 throw new SuperNotCalledException("Fragment " + f
/frameworks/base/core/java/android/app/
H A DFragment.java34 import android.util.SuperNotCalledException;
619 throw new SuperNotCalledException("Fragment " + this
1680 throw new SuperNotCalledException("Fragment " + this
1710 throw new SuperNotCalledException("Fragment " + this
1726 throw new SuperNotCalledException("Fragment " + this
1745 throw new SuperNotCalledException("Fragment " + this
1861 throw new SuperNotCalledException("Fragment " + this
1873 throw new SuperNotCalledException("Fragment " + this
1900 throw new SuperNotCalledException("Fragment " + this
1915 throw new SuperNotCalledException("Fragmen
[all...]
H A DActivityThread.java79 import android.util.SuperNotCalledException;
2161 throw new SuperNotCalledException(
2180 throw new SuperNotCalledException(
2190 } catch (SuperNotCalledException e) {
2277 throw new SuperNotCalledException(
2282 } catch (SuperNotCalledException e) {
3052 throw new SuperNotCalledException(
3057 } catch (SuperNotCalledException e) {
3393 throw new SuperNotCalledException(
3397 } catch (SuperNotCalledException
[all...]
H A DFragmentManager.java34 import android.util.SuperNotCalledException;
851 throw new SuperNotCalledException("Fragment " + f
1019 throw new SuperNotCalledException("Fragment " + f
H A DActivity.java20 import android.util.SuperNotCalledException;
5243 throw new SuperNotCalledException(
5293 throw new SuperNotCalledException(
5312 throw new SuperNotCalledException(
5325 throw new SuperNotCalledException(
5339 throw new SuperNotCalledException(
5378 throw new SuperNotCalledException(
/frameworks/base/core/java/android/view/
H A DView.java60 import android.util.SuperNotCalledException;
12679 throw new SuperNotCalledException("View " + getClass().getSimpleName() +

Completed in 1118 milliseconds