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
76 throw new RuntimeException(new DeadSystemException()); in rethrowFromSystemServer()
295 throw new RuntimeException(new DeadSystemException());
59 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 …]
24 import android.os.DeadSystemException;449 if (t instanceof DeadSystemException) { in printlns()
452 "core/java/android/os/DeadSystemException.java",
5413 android.os.DeadSystemException
28749 Landroid/os/DeadSystemException;
5411 android.os.DeadSystemException
38386 Landroid/os/DeadSystemException;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
30985 public class DeadSystemException extends android.os.DeadObjectException {30986 ctor public DeadSystemException();