Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DServiceStartArgs.java27 public class ServiceStartArgs implements Parcelable { class
33 public ServiceStartArgs(boolean _taskRemoved, int _startId, int _flags, Intent _args) { in ServiceStartArgs() method in ServiceStartArgs
61 public static final @android.annotation.NonNull Parcelable.Creator<ServiceStartArgs> CREATOR
62 = new Parcelable.Creator<ServiceStartArgs>() {
63 public ServiceStartArgs createFromParcel(Parcel in) {
64 return new ServiceStartArgs(in);
67 public ServiceStartArgs[] newArray(int size) {
68 return new ServiceStartArgs[size];
72 public ServiceStartArgs(Parcel in) { in ServiceStartArgs() method in ServiceStartArgs
H A DServiceStartArgs.aidl20 parcelable ServiceStartArgs;
H A DActivityThread.java1151 List<ServiceStartArgs> list = args.getList(); in scheduleServiceArgs()
1154 ServiceStartArgs ssa = list.get(i); in scheduleServiceArgs()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java160 import android.app.ServiceStartArgs;
5474 ArrayList<ServiceStartArgs> args = new ArrayList<>(); in sendServiceArgsLocked()
5521 args.add(new ServiceStartArgs(si.taskRemoved, si.id, flags, si.intent)); in sendServiceArgsLocked()
5528 ParceledListSlice<ServiceStartArgs> slice = new ParceledListSlice<>(args); in sendServiceArgsLocked()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes686 android.app.ServiceStartArgs$1
687 android.app.ServiceStartArgs
H A Dboot-image-profile.txt2629 HSPLandroid/app/ServiceStartArgs$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/ServiceStart…
2630 HSPLandroid/app/ServiceStartArgs$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
2631 HSPLandroid/app/ServiceStartArgs;-><init>(Landroid/os/Parcel;)V
23467 Landroid/app/ServiceStartArgs$1;
23468 Landroid/app/ServiceStartArgs;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes686 android.app.ServiceStartArgs$1
687 android.app.ServiceStartArgs
H A Dboot-image-profile.txt2629 HSPLandroid/app/ServiceStartArgs$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/ServiceStart…
2630 HSPLandroid/app/ServiceStartArgs$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
2631 HSPLandroid/app/ServiceStartArgs;-><init>(Landroid/os/Parcel;)V
33570 Landroid/app/ServiceStartArgs$1;
33571 Landroid/app/ServiceStartArgs;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8772 Landroid/app/ServiceStartArgs;-><init>(Landroid/os/Parcel;)V
8773 Landroid/app/ServiceStartArgs;-><init>(ZIILandroid/content/Intent;)V
8774 Landroid/app/ServiceStartArgs;->args:Landroid/content/Intent;
8775 Landroid/app/ServiceStartArgs;->CREATOR:Landroid/os/Parcelable$Creator;
8776 Landroid/app/ServiceStartArgs;->flags:I
8777 Landroid/app/ServiceStartArgs;->startId:I
8778 Landroid/app/ServiceStartArgs;->taskRemoved:Z