Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDeadSystemException.java23 public class DeadSystemException extends DeadObjectException { class
24 public DeadSystemException() { in DeadSystemException() method in DeadSystemException
DRemoteException.java59 throw new RuntimeException(new DeadSystemException()); in rethrowFromSystemServer()
DSystemClock.java287 throw new RuntimeException(new DeadSystemException());
/frameworks/base/core/java/android/app/
DWallpaperManager.java53 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 …]
/frameworks/base/core/java/android/util/
DLog.java19 import android.os.DeadSystemException;
414 if (t instanceof DeadSystemException) { in printlns()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java47 import android.os.DeadSystemException;
/frameworks/base/
DAndroid.bp872 "core/java/android/os/DeadSystemException.java",
/frameworks/base/config/
Dpreloaded-classes2432 android.os.DeadSystemException
Dhiddenapi-public-dex.txt30715 Landroid/os/DeadSystemException;
30716 Landroid/os/DeadSystemException;-><init>()V
Dboot-image-profile.txt57062 Landroid/os/DeadSystemException;
/frameworks/base/api/
Dcurrent.txt32309 public class DeadSystemException extends android.os.DeadObjectException {
32310 ctor public DeadSystemException();