Home
last modified time | relevance | path

Searched refs:BackgroundServiceStartNotAllowedException (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DBackgroundServiceStartNotAllowedException.java26 public final class BackgroundServiceStartNotAllowedException class
31 public BackgroundServiceStartNotAllowedException(@NonNull String message) { in BackgroundServiceStartNotAllowedException() method in BackgroundServiceStartNotAllowedException
35 BackgroundServiceStartNotAllowedException(@NonNull Parcel source) { in BackgroundServiceStartNotAllowedException() method in BackgroundServiceStartNotAllowedException
49 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];
H A DServiceStartNotAllowedException.java40 return new BackgroundServiceStartNotAllowedException(message); in newInstance()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt4804 …public final class BackgroundServiceStartNotAllowedException extends android.app.ServiceStartNotAl…
4805 ctor public BackgroundServiceStartNotAllowedException(@NonNull String);
4808 … static final android.os.Parcelable.Creator<android.app.BackgroundServiceStartNotAllowedException>…
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt23044 Landroid/app/BackgroundServiceStartNotAllowedException$1;
23045 Landroid/app/BackgroundServiceStartNotAllowedException;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt32677 Landroid/app/BackgroundServiceStartNotAllowedException$1;
32678 Landroid/app/BackgroundServiceStartNotAllowedException;