Searched refs:InvalidForegroundServiceTypeException (Results 1 – 3 of 3) sorted by relevance
25 public final class InvalidForegroundServiceTypeException class30 public InvalidForegroundServiceTypeException(@NonNull String message) { in InvalidForegroundServiceTypeException() method in InvalidForegroundServiceTypeException34 InvalidForegroundServiceTypeException(@NonNull Parcel source) { in InvalidForegroundServiceTypeException() method in InvalidForegroundServiceTypeException48 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];
154 import android.app.InvalidForegroundServiceTypeException;2875 exception = new InvalidForegroundServiceTypeException( in validateForegroundServiceType()
6190 …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…