Home
last modified time | relevance | path

Searched refs:ForegroundServiceStartNotAllowedException (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DForegroundServiceStartNotAllowedException.java26 public final class ForegroundServiceStartNotAllowedException class
31 public ForegroundServiceStartNotAllowedException(@NonNull String message) { in ForegroundServiceStartNotAllowedException() method in ForegroundServiceStartNotAllowedException
35 ForegroundServiceStartNotAllowedException(@NonNull Parcel source) { in ForegroundServiceStartNotAllowedException() method in ForegroundServiceStartNotAllowedException
49 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];
H A DServiceStartNotAllowedException.java38 return new ForegroundServiceStartNotAllowedException(message); in newInstance()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java145 import android.app.ForegroundServiceStartNotAllowedException;
915 throw new ForegroundServiceStartNotAllowedException(msg); in startServiceLocked()
2334 throw new ForegroundServiceStartNotAllowedException(msg); in setServiceForegroundInnerLocked()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes396 android.app.ForegroundServiceStartNotAllowedException$1
397 android.app.ForegroundServiceStartNotAllowedException
H A Dboot-image-profile.txt23176 Landroid/app/ForegroundServiceStartNotAllowedException$1;
23177 Landroid/app/ForegroundServiceStartNotAllowedException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes396 android.app.ForegroundServiceStartNotAllowedException$1
397 android.app.ForegroundServiceStartNotAllowedException
H A Dboot-image-profile.txt33279 Landroid/app/ForegroundServiceStartNotAllowedException$1;
33280 Landroid/app/ForegroundServiceStartNotAllowedException;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5541 …public final class ForegroundServiceStartNotAllowedException extends android.app.ServiceStartNotAl…
5542 ctor public ForegroundServiceStartNotAllowedException(@NonNull String);
5545 … static final android.os.Parcelable.Creator<android.app.ForegroundServiceStartNotAllowedException>…