Searched refs:RemoteServiceException (Results 1 – 11 of 11) sorted by relevance
35 public class RemoteServiceException extends AndroidRuntimeException { class36 public RemoteServiceException(String msg) { in RemoteServiceException() method in RemoteServiceException40 public RemoteServiceException(String msg, Throwable cause) { in RemoteServiceException() method in RemoteServiceException51 public static class ForegroundServiceDidNotStartInTimeException extends RemoteServiceException {80 extends RemoteServiceException {95 public static class BadForegroundServiceNotificationException extends RemoteServiceException {110 public static class BadUserInitiatedJobNotificationException extends RemoteServiceException {126 extends RemoteServiceException {140 public static class CrashedByAdbException extends RemoteServiceException {
43 import android.app.RemoteServiceException.BadForegroundServiceNotificationException;44 import android.app.RemoteServiceException.BadUserInitiatedJobNotificationException;45 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;46 import android.app.RemoteServiceException.CrashedByAdbException;47 import android.app.RemoteServiceException.ForegroundServiceDidNotStartInTimeException;48 import android.app.RemoteServiceException.MissingRequestPasswordComplexityPermissionException;2118 throw new RemoteServiceException(message in throwRemoteServiceException()
36 import android.app.RemoteServiceException.CrashedByAdbException;
39 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;
66 import android.app.RemoteServiceException.CrashedByAdbException;
158 import android.app.RemoteServiceException.ForegroundServiceDidNotStartInTimeException;
169 import android.app.RemoteServiceException.BadForegroundServiceNotificationException;170 import android.app.RemoteServiceException.BadUserInitiatedJobNotificationException;
663 android.app.RemoteServiceException
23444 Landroid/app/RemoteServiceException;
33547 Landroid/app/RemoteServiceException;