Searched refs:DeadSystemException (Results 1 – 12 of 12) sorted by relevance
23 public class DeadSystemException extends DeadObjectException { class24 public DeadSystemException() { in DeadSystemException() method in DeadSystemException
29 super(new DeadSystemException()); in DeadSystemRuntimeException()
321 throw new RuntimeException(new DeadSystemException());
68 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 …]
24 import android.os.DeadSystemException;484 if (t instanceof DeadSystemException) { in printlns()
299 "android/os/DeadSystemException.java",
5872 android.os.DeadSystemException
28659 Landroid/os/DeadSystemException;
5876 android.os.DeadSystemException
38766 Landroid/os/DeadSystemException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32785 public class DeadSystemException extends android.os.DeadObjectException {32786 ctor public DeadSystemException();