Searched refs:CrashedByAdbException (Results 1 – 4 of 4) sorted by relevance
140 public static class CrashedByAdbException extends RemoteServiceException { class in RemoteServiceException144 public CrashedByAdbException(String msg) { in CrashedByAdbException() method in RemoteServiceException.CrashedByAdbException
46 import android.app.RemoteServiceException.CrashedByAdbException;2114 case CrashedByAdbException.TYPE_ID: in throwRemoteServiceException()2115 throw new CrashedByAdbException(message); in throwRemoteServiceException()
36 import android.app.RemoteServiceException.CrashedByAdbException;527 if (exceptionTypeId == CrashedByAdbException.TYPE_ID) { in scheduleAppCrashLocked()
66 import android.app.RemoteServiceException.CrashedByAdbException;1474 false, CrashedByAdbException.TYPE_ID);