Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
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];
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java154 import android.app.InvalidForegroundServiceTypeException;
2875 exception = new InvalidForegroundServiceTypeException( in validateForegroundServiceType()
/frameworks/base/core/api/
Dcurrent.txt6190 …public final class InvalidForegroundServiceTypeException extends android.app.ForegroundServiceType…
6191 ctor public InvalidForegroundServiceTypeException(@NonNull String);
6194 …ic static final android.os.Parcelable.Creator<android.app.InvalidForegroundServiceTypeException> C…