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