Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
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
DServiceStartArgs.aidl20 parcelable ServiceStartArgs;
DActivityThread.java1227 List<ServiceStartArgs> list = args.getList(); in scheduleServiceArgs()
1230 ServiceStartArgs ssa = list.get(i); in scheduleServiceArgs()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java162 import android.app.ServiceStartArgs;
6144 ArrayList<ServiceStartArgs> args = new ArrayList<>(); in sendServiceArgsLocked()
6192 args.add(new ServiceStartArgs(si.taskRemoved, si.id, flags, si.intent)); in sendServiceArgsLocked()
6199 ParceledListSlice<ServiceStartArgs> slice = new ParceledListSlice<>(args); in sendServiceArgsLocked()
/frameworks/base/config/
Ddirty-image-objects311 Landroid/app/ServiceStartArgs; 11
Dpreloaded-classes731 android.app.ServiceStartArgs$1
732 android.app.ServiceStartArgs
Dboot-image-profile.txt2600 HSPLandroid/app/ServiceStartArgs$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/ServiceStart…
2601 HSPLandroid/app/ServiceStartArgs$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
2602 HSPLandroid/app/ServiceStartArgs;-><init>(Landroid/os/Parcel;)V
33237 Landroid/app/ServiceStartArgs$1;
33238 Landroid/app/ServiceStartArgs;
/frameworks/base/boot/
Dpreloaded-classes731 android.app.ServiceStartArgs$1
732 android.app.ServiceStartArgs
Dboot-image-profile.txt2600 HSPLandroid/app/ServiceStartArgs$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/ServiceStart…
2601 HSPLandroid/app/ServiceStartArgs$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
2602 HSPLandroid/app/ServiceStartArgs;-><init>(Landroid/os/Parcel;)V
23107 Landroid/app/ServiceStartArgs$1;
23108 Landroid/app/ServiceStartArgs;
/frameworks/base/boot/hiddenapi/
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