Searched refs:DeadSystemException (Results 1 – 11 of 11) sorted by relevance
23 public class DeadSystemException extends DeadObjectException { class24 public DeadSystemException() { in DeadSystemException() method in DeadSystemException
59 throw new RuntimeException(new DeadSystemException()); in rethrowFromSystemServer()
287 throw new RuntimeException(new DeadSystemException());
53 import android.os.DeadSystemException;608 throw new RuntimeException(new DeadSystemException()); in getBuiltInDrawable()968 throw new RuntimeException(new DeadSystemException()); in getWallpaperFile()1007 throw new RuntimeException(new DeadSystemException()); in getWallpaperInfo()1043 throw new RuntimeException(new DeadSystemException()); in getWallpaperIdForUser()1147 throw new RuntimeException(new DeadSystemException()); in setResource()1277 throw new RuntimeException(new DeadSystemException()); in setBitmap()1402 throw new RuntimeException(new DeadSystemException()); in setStream()1436 throw new RuntimeException(new DeadSystemException()); in hasResourceWallpaper()1464 throw new RuntimeException(new DeadSystemException()); in getDesiredMinimumWidth()[all …]
19 import android.os.DeadSystemException;414 if (t instanceof DeadSystemException) { in printlns()
47 import android.os.DeadSystemException;
872 "core/java/android/os/DeadSystemException.java",
2432 android.os.DeadSystemException
30715 Landroid/os/DeadSystemException;30716 Landroid/os/DeadSystemException;-><init>()V
57062 Landroid/os/DeadSystemException;
32309 public class DeadSystemException extends android.os.DeadObjectException {32310 ctor public DeadSystemException();