Searched refs:CannotPostForegroundServiceNotificationException (Results 1 – 3 of 3) sorted by relevance
79 public static class CannotPostForegroundServiceNotificationException class in RemoteServiceException84 public CannotPostForegroundServiceNotificationException(String msg) { in CannotPostForegroundServiceNotificationException() method in RemoteServiceException.CannotPostForegroundServiceNotificationException
45 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;2102 case CannotPostForegroundServiceNotificationException.TYPE_ID: in throwRemoteServiceException()2103 throw new CannotPostForegroundServiceNotificationException(message); in throwRemoteServiceException()
39 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;1455 CannotPostForegroundServiceNotificationException.TYPE_ID); in postNotification()