Searched refs:CannotPostForegroundServiceNotificationException (Results 1 – 3 of 3) sorted by relevance
94 public static class CannotPostForegroundServiceNotificationException class in RemoteServiceException99 public CannotPostForegroundServiceNotificationException(String msg) { in CannotPostForegroundServiceNotificationException() method in RemoteServiceException.CannotPostForegroundServiceNotificationException
45 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;1941 case CannotPostForegroundServiceNotificationException.TYPE_ID: in throwRemoteServiceException()1942 throw new CannotPostForegroundServiceNotificationException(message); in throwRemoteServiceException()
31 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;1044 CannotPostForegroundServiceNotificationException.TYPE_ID); in postNotification()