Home
last modified time | relevance | path

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

/aosp12/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 DRemoteException.java76 throw new RuntimeException(new DeadSystemException()); in rethrowFromSystemServer()
H A DSystemClock.java295 throw new RuntimeException(new DeadSystemException());
/aosp12/frameworks/base/core/java/android/app/
H A DWallpaperManager.java59 import android.os.DeadSystemException;
854 throw new RuntimeException(new DeadSystemException()); in getBuiltInDrawable()
1287 throw new RuntimeException(new DeadSystemException()); in getWallpaperFile()
1478 throw new RuntimeException(new DeadSystemException()); in setResource()
1609 throw new RuntimeException(new DeadSystemException()); in setBitmap()
1734 throw new RuntimeException(new DeadSystemException()); in setStream()
1768 throw new RuntimeException(new DeadSystemException()); in hasResourceWallpaper()
1800 throw new RuntimeException(new DeadSystemException()); in getDesiredMinimumWidth()
1830 throw new RuntimeException(new DeadSystemException()); in getDesiredMinimumHeight()
1975 throw new RuntimeException(new DeadSystemException()); in clearWallpaper()
[all …]
/aosp12/frameworks/base/core/java/android/util/
H A DLog.java24 import android.os.DeadSystemException;
449 if (t instanceof DeadSystemException) { in printlns()
/aosp12/frameworks/base/
H A DStubLibraries.bp452 "core/java/android/os/DeadSystemException.java",
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes5413 android.os.DeadSystemException
H A Dboot-image-profile.txt28749 Landroid/os/DeadSystemException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes5411 android.os.DeadSystemException
H A Dboot-image-profile.txt38386 Landroid/os/DeadSystemException;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt30985 public class DeadSystemException extends android.os.DeadObjectException {
30986 ctor public DeadSystemException();