Searched refs:ForegroundServiceDidNotStartInTimeException (Results 1 – 3 of 3) sorted by relevance
51 public static class ForegroundServiceDidNotStartInTimeException extends RemoteServiceException { class in RemoteServiceException57 public ForegroundServiceDidNotStartInTimeException(String msg, Throwable cause) { in ForegroundServiceDidNotStartInTimeException() method in RemoteServiceException.ForegroundServiceDidNotStartInTimeException
47 import android.app.RemoteServiceException.ForegroundServiceDidNotStartInTimeException;1935 case ForegroundServiceDidNotStartInTimeException.TYPE_ID: in throwRemoteServiceException()1959 private ForegroundServiceDidNotStartInTimeException1962 ForegroundServiceDidNotStartInTimeException.getServiceClassNameFromExtras(extras); in generateForegroundServiceDidNotStartInTimeException()1965 throw new ForegroundServiceDidNotStartInTimeException(message, inner); in generateForegroundServiceDidNotStartInTimeException()
96 import android.app.RemoteServiceException.ForegroundServiceDidNotStartInTimeException;5285 ForegroundServiceDidNotStartInTimeException.TYPE_ID, in serviceForegroundCrash()5286 ForegroundServiceDidNotStartInTimeException.createExtrasForService(service)); in serviceForegroundCrash()