Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DMissingForegroundServiceTypeException.java25 public final class MissingForegroundServiceTypeException class
30 public MissingForegroundServiceTypeException(@NonNull String message) { in MissingForegroundServiceTypeException() method in MissingForegroundServiceTypeException
34 MissingForegroundServiceTypeException(@NonNull Parcel source) { in MissingForegroundServiceTypeException() method in MissingForegroundServiceTypeException
48 public static final @NonNull Creator<android.app.MissingForegroundServiceTypeException>
49 CREATOR = new Creator<android.app.MissingForegroundServiceTypeException>() {
51 public android.app.MissingForegroundServiceTypeException createFromParcel(
53 return new android.app.MissingForegroundServiceTypeException(source);
57 public android.app.MissingForegroundServiceTypeException[] newArray(int size) {
58 return new android.app.MissingForegroundServiceTypeException[size];
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java154 import android.app.MissingForegroundServiceTypeException;
2634 exception = new MissingForegroundServiceTypeException( in validateForegroundServiceType()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6165 …public final class MissingForegroundServiceTypeException extends android.app.ForegroundServiceType…
6166 ctor public MissingForegroundServiceTypeException(@NonNull String);
6169 …ic static final android.os.Parcelable.Creator<android.app.MissingForegroundServiceTypeException> C…