Home
last modified time | relevance | path

Searched refs:ForegroundServiceTypeException (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DForegroundServiceTypeException.java24 public abstract class ForegroundServiceTypeException extends ServiceStartNotAllowedException { class
28 public ForegroundServiceTypeException(@NonNull String message) { in ForegroundServiceTypeException() method in ForegroundServiceTypeException
H A DInvalidForegroundServiceTypeException.java26 extends ForegroundServiceTypeException implements Parcelable {
H A DMissingForegroundServiceTypeException.java26 extends ForegroundServiceTypeException implements Parcelable {
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5548 …public abstract class ForegroundServiceTypeException extends android.app.ServiceStartNotAllowedExc…
5549 ctor public ForegroundServiceTypeException(@NonNull String);
5997 …ss InvalidForegroundServiceTypeException extends android.app.ForegroundServiceTypeException implem…
6165 …ss MissingForegroundServiceTypeException extends android.app.ForegroundServiceTypeException implem…