Searched refs:ForegroundServiceStartNotAllowedException (Results 1 – 9 of 9) sorted by relevance
26 public final class ForegroundServiceStartNotAllowedException class31 public ForegroundServiceStartNotAllowedException(@NonNull String message) { in ForegroundServiceStartNotAllowedException() method in ForegroundServiceStartNotAllowedException35 ForegroundServiceStartNotAllowedException(@NonNull Parcel source) { in ForegroundServiceStartNotAllowedException() method in ForegroundServiceStartNotAllowedException49 public static final @NonNull Creator<android.app.ForegroundServiceStartNotAllowedException>50 CREATOR = new Creator<android.app.ForegroundServiceStartNotAllowedException>() {52 public android.app.ForegroundServiceStartNotAllowedException createFromParcel(54 return new android.app.ForegroundServiceStartNotAllowedException(source);58 public android.app.ForegroundServiceStartNotAllowedException[] newArray(int size) {59 return new android.app.ForegroundServiceStartNotAllowedException[size];
38 return new ForegroundServiceStartNotAllowedException(message); in newInstance()
145 import android.app.ForegroundServiceStartNotAllowedException;915 throw new ForegroundServiceStartNotAllowedException(msg); in startServiceLocked()2334 throw new ForegroundServiceStartNotAllowedException(msg); in setServiceForegroundInnerLocked()
396 android.app.ForegroundServiceStartNotAllowedException$1397 android.app.ForegroundServiceStartNotAllowedException
23176 Landroid/app/ForegroundServiceStartNotAllowedException$1;23177 Landroid/app/ForegroundServiceStartNotAllowedException;
33279 Landroid/app/ForegroundServiceStartNotAllowedException$1;33280 Landroid/app/ForegroundServiceStartNotAllowedException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
5541 …public final class ForegroundServiceStartNotAllowedException extends android.app.ServiceStartNotAl…5542 ctor public ForegroundServiceStartNotAllowedException(@NonNull String);5545 … static final android.os.Parcelable.Creator<android.app.ForegroundServiceStartNotAllowedException>…