Searched refs:DeadSystemException (Results 1 – 14 of 14) sorted by relevance
24 public class DeadSystemException extends DeadObjectException { class25 public DeadSystemException() { in DeadSystemException() method in DeadSystemException
32 super(new DeadSystemException()); in DeadSystemRuntimeException()
361 throw new RuntimeException(new DeadSystemException());
74 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 …]
24 import android.os.DeadSystemException;490 if (t instanceof DeadSystemException) { in printlns()
54 class android.os.DeadSystemException keepclass
139 android.os.DeadSystemException
330 "android/os/DeadSystemException.java",
5980 android.os.DeadSystemException
28377 Landroid/os/DeadSystemException;
5984 android.os.DeadSystemException
38511 Landroid/os/DeadSystemException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32881 public class DeadSystemException extends android.os.DeadObjectException {32882 ctor public DeadSystemException();