Home
last modified time | relevance | path

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

/aosp14/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 DForegroundServiceTypeException.java24 public abstract class ForegroundServiceTypeException extends ServiceStartNotAllowedException {
H A DBackgroundServiceStartNotAllowedException.java27 extends ServiceStartNotAllowedException implements Parcelable {
H A DForegroundServiceStartNotAllowedException.java27 extends ServiceStartNotAllowedException implements Parcelable {
H A DContextImpl.java1945 throw ServiceStartNotAllowedException.newInstance(requireForeground, in startServiceCommon()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java248 import android.app.ServiceStartNotAllowedException;
17549 throw ServiceStartNotAllowedException.newInstance(false, in startSdkSandboxService()
/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/boot/
H A Dpreloaded-classes688 android.app.ServiceStartNotAllowedException
H A Dboot-image-profile.txt23469 Landroid/app/ServiceStartNotAllowedException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes688 android.app.ServiceStartNotAllowedException
H A Dboot-image-profile.txt33572 Landroid/app/ServiceStartNotAllowedException;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5266 …ackgroundServiceStartNotAllowedException extends android.app.ServiceStartNotAllowedException imple…
5541 …oregroundServiceStartNotAllowedException extends android.app.ServiceStartNotAllowedException imple…
5548 …abstract class ForegroundServiceTypeException extends android.app.ServiceStartNotAllowedException {
7263 public abstract class ServiceStartNotAllowedException extends java.lang.IllegalStateException {