Searched refs:BadForegroundServiceNotificationException (Results 1 – 3 of 3) sorted by relevance
110 public static class BadForegroundServiceNotificationException extends RemoteServiceException { class in RemoteServiceException114 public BadForegroundServiceNotificationException(String msg) { in BadForegroundServiceNotificationException() method in RemoteServiceException.BadForegroundServiceNotificationException
43 import android.app.RemoteServiceException.BadForegroundServiceNotificationException;1944 case BadForegroundServiceNotificationException.TYPE_ID: in throwRemoteServiceException()1945 throw new BadForegroundServiceNotificationException(message); in throwRemoteServiceException()
152 import android.app.RemoteServiceException.BadForegroundServiceNotificationException;1196 BadForegroundServiceNotificationException.TYPE_ID));