Home
last modified time | relevance | path

Searched refs:CrashedByAdbException (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DRemoteServiceException.java140 public static class CrashedByAdbException extends RemoteServiceException { class in RemoteServiceException
144 public CrashedByAdbException(String msg) { in CrashedByAdbException() method in RemoteServiceException.CrashedByAdbException
H A DActivityThread.java46 import android.app.RemoteServiceException.CrashedByAdbException;
2114 case CrashedByAdbException.TYPE_ID: in throwRemoteServiceException()
2115 throw new CrashedByAdbException(message); in throwRemoteServiceException()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java36 import android.app.RemoteServiceException.CrashedByAdbException;
527 if (exceptionTypeId == CrashedByAdbException.TYPE_ID) { in scheduleAppCrashLocked()
H A DActivityManagerShellCommand.java66 import android.app.RemoteServiceException.CrashedByAdbException;
1474 false, CrashedByAdbException.TYPE_ID);