Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDeadSystemException.java24 public class DeadSystemException extends DeadObjectException { class
25 public DeadSystemException() { in DeadSystemException() method in DeadSystemException
DDeadSystemRuntimeException.java32 super(new DeadSystemException()); in DeadSystemRuntimeException()
DSystemClock.java361 throw new RuntimeException(new DeadSystemException());
/frameworks/base/core/java/android/app/
DWallpaperManager.java74 import android.os.DeadSystemException;
889 throw new RuntimeException(new DeadSystemException()); in isStaticWallpaper()
1114 throw new RuntimeException(new DeadSystemException()); in getBuiltInDrawable()
1667 throw new RuntimeException(new DeadSystemException()); in getWallpaperColors()
1875 throw new RuntimeException(new DeadSystemException()); in getWallpaperFile()
1988 throw new RuntimeException(new DeadSystemException()); in getWallpaperInfo()
2009 throw new RuntimeException(new DeadSystemException()); in getWallpaperInfoFile()
2046 throw new RuntimeException(new DeadSystemException()); in getWallpaperIdForUser()
2150 throw new RuntimeException(new DeadSystemException()); in setResource()
2285 throw new RuntimeException(new DeadSystemException()); in setBitmap()
[all …]
/frameworks/base/core/java/android/util/
DLog.java24 import android.os.DeadSystemException;
490 if (t instanceof DeadSystemException) { in printlns()
/frameworks/base/tools/hoststubgen/hoststubgen/
Dframework-policy-override.txt54 class android.os.DeadSystemException keepclass
/frameworks/base/ravenwood/texts/
Dravenwood-annotation-allowed-classes.txt139 android.os.DeadSystemException
/frameworks/base/core/java/
DAndroid.bp330 "android/os/DeadSystemException.java",
/frameworks/base/boot/
Dpreloaded-classes5980 android.os.DeadSystemException
Dboot-image-profile.txt28377 Landroid/os/DeadSystemException;
/frameworks/base/config/
Dpreloaded-classes5984 android.os.DeadSystemException
Dboot-image-profile.txt38511 Landroid/os/DeadSystemException;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt32881 public class DeadSystemException extends android.os.DeadObjectException {
32882 ctor public DeadSystemException();