Searched refs:ServiceStartNotAllowedException (Results 1 – 12 of 12) sorted by relevance
24 public abstract class ServiceStartNotAllowedException extends IllegalStateException { class25 ServiceStartNotAllowedException(@NonNull String message) { in ServiceStartNotAllowedException() method in ServiceStartNotAllowedException35 public static ServiceStartNotAllowedException newInstance(boolean foreground, in newInstance()
24 public abstract class ForegroundServiceTypeException extends ServiceStartNotAllowedException {
27 extends ServiceStartNotAllowedException implements Parcelable {
1945 throw ServiceStartNotAllowedException.newInstance(requireForeground, in startServiceCommon()
248 import android.app.ServiceStartNotAllowedException;17549 throw ServiceStartNotAllowedException.newInstance(false, in startSdkSandboxService()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
688 android.app.ServiceStartNotAllowedException
23469 Landroid/app/ServiceStartNotAllowedException;
33572 Landroid/app/ServiceStartNotAllowedException;
5266 …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 {