Searched refs:StartForegroundCalledOnStoppedServiceException (Results 1 – 3 of 3) sorted by relevance
26 public final class StartForegroundCalledOnStoppedServiceException class31 public StartForegroundCalledOnStoppedServiceException(@NonNull String message) { in StartForegroundCalledOnStoppedServiceException() method in StartForegroundCalledOnStoppedServiceException35 StartForegroundCalledOnStoppedServiceException(@NonNull Parcel source) { in StartForegroundCalledOnStoppedServiceException() method in StartForegroundCalledOnStoppedServiceException49 public static final @NonNull Creator<StartForegroundCalledOnStoppedServiceException>50 CREATOR = new Creator<StartForegroundCalledOnStoppedServiceException>() {52 public StartForegroundCalledOnStoppedServiceException createFromParcel(54 return new StartForegroundCalledOnStoppedServiceException(source);58 public StartForegroundCalledOnStoppedServiceException[] newArray(int size) {59 return new StartForegroundCalledOnStoppedServiceException[size];
161 import android.app.StartForegroundCalledOnStoppedServiceException;2143 throw new StartForegroundCalledOnStoppedServiceException( in setServiceForegroundInnerLocked()
7281 …public final class StartForegroundCalledOnStoppedServiceException extends java.lang.IllegalStateEx…7282 ctor public StartForegroundCalledOnStoppedServiceException(@NonNull String);7285 …atic final android.os.Parcelable.Creator<android.app.StartForegroundCalledOnStoppedServiceExceptio…