Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DRemoteServiceException.java79 public static class CannotPostForegroundServiceNotificationException class in RemoteServiceException
84 public CannotPostForegroundServiceNotificationException(String msg) { in CannotPostForegroundServiceNotificationException() method in RemoteServiceException.CannotPostForegroundServiceNotificationException
H A DActivityThread.java45 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;
2102 case CannotPostForegroundServiceNotificationException.TYPE_ID: in throwRemoteServiceException()
2103 throw new CannotPostForegroundServiceNotificationException(message); in throwRemoteServiceException()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java39 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;
1455 CannotPostForegroundServiceNotificationException.TYPE_ID); in postNotification()