Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DRemoteServiceException.java110 public static class BadForegroundServiceNotificationException extends RemoteServiceException { class in RemoteServiceException
114 public BadForegroundServiceNotificationException(String msg) { in BadForegroundServiceNotificationException() method in RemoteServiceException.BadForegroundServiceNotificationException
H A DActivityThread.java43 import android.app.RemoteServiceException.BadForegroundServiceNotificationException;
1944 case BadForegroundServiceNotificationException.TYPE_ID: in throwRemoteServiceException()
1945 throw new BadForegroundServiceNotificationException(message); in throwRemoteServiceException()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java152 import android.app.RemoteServiceException.BadForegroundServiceNotificationException;
1196 BadForegroundServiceNotificationException.TYPE_ID));