Searched refs:BackgroundServiceStartNotAllowedException (Results 1 – 5 of 5) sorted by relevance
26 public final class BackgroundServiceStartNotAllowedException class31 public BackgroundServiceStartNotAllowedException(@NonNull String message) { in BackgroundServiceStartNotAllowedException() method in BackgroundServiceStartNotAllowedException35 BackgroundServiceStartNotAllowedException(@NonNull Parcel source) { in BackgroundServiceStartNotAllowedException() method in BackgroundServiceStartNotAllowedException49 public static final @NonNull Creator<android.app.BackgroundServiceStartNotAllowedException>50 CREATOR = new Creator<android.app.BackgroundServiceStartNotAllowedException>() {52 public android.app.BackgroundServiceStartNotAllowedException createFromParcel(54 return new android.app.BackgroundServiceStartNotAllowedException(source);58 public android.app.BackgroundServiceStartNotAllowedException[] newArray(int size) {59 return new android.app.BackgroundServiceStartNotAllowedException[size];
40 return new BackgroundServiceStartNotAllowedException(message); in newInstance()
4804 …public final class BackgroundServiceStartNotAllowedException extends android.app.ServiceStartNotAl…4805 ctor public BackgroundServiceStartNotAllowedException(@NonNull String);4808 … static final android.os.Parcelable.Creator<android.app.BackgroundServiceStartNotAllowedException>…
23044 Landroid/app/BackgroundServiceStartNotAllowedException$1;23045 Landroid/app/BackgroundServiceStartNotAllowedException;
32677 Landroid/app/BackgroundServiceStartNotAllowedException$1;32678 Landroid/app/BackgroundServiceStartNotAllowedException;