Home
last modified time | relevance | path

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

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