Home
last modified time | relevance | path

Searched refs:CannotPostForegroundServiceNotificationException (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DRemoteServiceException.java94 public static class CannotPostForegroundServiceNotificationException class in RemoteServiceException
99 public CannotPostForegroundServiceNotificationException(String msg) { in CannotPostForegroundServiceNotificationException() method in RemoteServiceException.CannotPostForegroundServiceNotificationException
H A DActivityThread.java45 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;
1941 case CannotPostForegroundServiceNotificationException.TYPE_ID: in throwRemoteServiceException()
1942 throw new CannotPostForegroundServiceNotificationException(message); in throwRemoteServiceException()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java31 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;
1044 CannotPostForegroundServiceNotificationException.TYPE_ID); in postNotification()