Searched refs:ServiceStartArgs (Results 1 – 10 of 10) sorted by relevance
27 public class ServiceStartArgs implements Parcelable { class33 public ServiceStartArgs(boolean _taskRemoved, int _startId, int _flags, Intent _args) { in ServiceStartArgs() method in ServiceStartArgs61 public static final @android.annotation.NonNull Parcelable.Creator<ServiceStartArgs> CREATOR62 = 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
20 parcelable ServiceStartArgs;
1227 List<ServiceStartArgs> list = args.getList(); in scheduleServiceArgs()1230 ServiceStartArgs ssa = list.get(i); in scheduleServiceArgs()
162 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()
311 Landroid/app/ServiceStartArgs; 11
731 android.app.ServiceStartArgs$1732 android.app.ServiceStartArgs
2600 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;)V33237 Landroid/app/ServiceStartArgs$1;33238 Landroid/app/ServiceStartArgs;
2600 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;)V23107 Landroid/app/ServiceStartArgs$1;23108 Landroid/app/ServiceStartArgs;
8772 Landroid/app/ServiceStartArgs;-><init>(Landroid/os/Parcel;)V8773 Landroid/app/ServiceStartArgs;-><init>(ZIILandroid/content/Intent;)V8774 Landroid/app/ServiceStartArgs;->args:Landroid/content/Intent;8775 Landroid/app/ServiceStartArgs;->CREATOR:Landroid/os/Parcelable$Creator;8776 Landroid/app/ServiceStartArgs;->flags:I8777 Landroid/app/ServiceStartArgs;->startId:I8778 Landroid/app/ServiceStartArgs;->taskRemoved:Z