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;1980 case CannotPostForegroundServiceNotificationException.TYPE_ID: in throwRemoteServiceException()1981 throw new CannotPostForegroundServiceNotificationException(message); in throwRemoteServiceException()
33 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;1128 CannotPostForegroundServiceNotificationException.TYPE_ID); in postNotification()