Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DRemoteServiceException.java95 public static class BadForegroundServiceNotificationException extends RemoteServiceException { class in RemoteServiceException
99 public BadForegroundServiceNotificationException(String msg) { in BadForegroundServiceNotificationException() method in RemoteServiceException.BadForegroundServiceNotificationException
H A DActivityThread.java43 import android.app.RemoteServiceException.BadForegroundServiceNotificationException;
2105 case BadForegroundServiceNotificationException.TYPE_ID: in throwRemoteServiceException()
2106 throw new BadForegroundServiceNotificationException(message); in throwRemoteServiceException()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java169 import android.app.RemoteServiceException.BadForegroundServiceNotificationException;
1284 ? BadForegroundServiceNotificationException.TYPE_ID