Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DStartForegroundCalledOnStoppedServiceException.java26 public final class StartForegroundCalledOnStoppedServiceException class
31 public StartForegroundCalledOnStoppedServiceException(@NonNull String message) { in StartForegroundCalledOnStoppedServiceException() method in StartForegroundCalledOnStoppedServiceException
35 StartForegroundCalledOnStoppedServiceException(@NonNull Parcel source) { in StartForegroundCalledOnStoppedServiceException() method in StartForegroundCalledOnStoppedServiceException
49 public static final @NonNull Creator<StartForegroundCalledOnStoppedServiceException>
50 CREATOR = new Creator<StartForegroundCalledOnStoppedServiceException>() {
52 public StartForegroundCalledOnStoppedServiceException createFromParcel(
54 return new StartForegroundCalledOnStoppedServiceException(source);
58 public StartForegroundCalledOnStoppedServiceException[] newArray(int size) {
59 return new StartForegroundCalledOnStoppedServiceException[size];
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java161 import android.app.StartForegroundCalledOnStoppedServiceException;
2143 throw new StartForegroundCalledOnStoppedServiceException( in setServiceForegroundInnerLocked()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7281 …public final class StartForegroundCalledOnStoppedServiceException extends java.lang.IllegalStateEx…
7282 ctor public StartForegroundCalledOnStoppedServiceException(@NonNull String);
7285 …atic final android.os.Parcelable.Creator<android.app.StartForegroundCalledOnStoppedServiceExceptio…