Home
last modified time | relevance | path

Searched refs:ServiceStartNotAllowedException (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DServiceStartNotAllowedException.java24 public abstract class ServiceStartNotAllowedException extends IllegalStateException { class
25 ServiceStartNotAllowedException(@NonNull String message) { in ServiceStartNotAllowedException() method in ServiceStartNotAllowedException
35 public static ServiceStartNotAllowedException newInstance(boolean foreground, in newInstance()
H A DBackgroundServiceStartNotAllowedException.java27 extends ServiceStartNotAllowedException implements Parcelable {
H A DForegroundServiceStartNotAllowedException.java27 extends ServiceStartNotAllowedException implements Parcelable {
H A DContextImpl.java1869 throw ServiceStartNotAllowedException.newInstance(requireForeground, in startServiceCommon()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt4804 …ackgroundServiceStartNotAllowedException extends android.app.ServiceStartNotAllowedException imple…
5056 …oregroundServiceStartNotAllowedException extends android.app.ServiceStartNotAllowedException imple…
6676 public abstract class ServiceStartNotAllowedException extends java.lang.IllegalStateException {
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt23329 Landroid/app/ServiceStartNotAllowedException;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt32962 Landroid/app/ServiceStartNotAllowedException;