Home
last modified time | relevance | path

Searched refs:DeadSystemException (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DDeadSystemException.java23 public class DeadSystemException extends DeadObjectException { class
24 public DeadSystemException() { in DeadSystemException() method in DeadSystemException
H A DDeadSystemRuntimeException.java29 super(new DeadSystemException()); in DeadSystemRuntimeException()
H A DSystemClock.java321 throw new RuntimeException(new DeadSystemException());
/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperManager.java68 import android.os.DeadSystemException;
1040 throw new RuntimeException(new DeadSystemException()); in getBuiltInDrawable()
1698 throw new RuntimeException(new DeadSystemException()); in getWallpaperFile()
1818 throw new RuntimeException(new DeadSystemException()); in getWallpaperInfoFile()
1959 throw new RuntimeException(new DeadSystemException()); in setResource()
2090 throw new RuntimeException(new DeadSystemException()); in setBitmap()
2215 throw new RuntimeException(new DeadSystemException()); in setStream()
2249 throw new RuntimeException(new DeadSystemException()); in hasResourceWallpaper()
2281 throw new RuntimeException(new DeadSystemException()); in getDesiredMinimumWidth()
2311 throw new RuntimeException(new DeadSystemException()); in getDesiredMinimumHeight()
[all …]
/aosp14/frameworks/base/core/java/android/util/
H A DLog.java24 import android.os.DeadSystemException;
484 if (t instanceof DeadSystemException) { in printlns()
/aosp14/frameworks/base/core/java/
H A DAndroid.bp299 "android/os/DeadSystemException.java",
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes5872 android.os.DeadSystemException
H A Dboot-image-profile.txt28659 Landroid/os/DeadSystemException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5876 android.os.DeadSystemException
H A Dboot-image-profile.txt38766 Landroid/os/DeadSystemException;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt32785 public class DeadSystemException extends android.os.DeadObjectException {
32786 ctor public DeadSystemException();