Searched refs:ServiceStartArgs (Results 1 – 9 of 9) 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;
1151 List<ServiceStartArgs> list = args.getList(); in scheduleServiceArgs()1154 ServiceStartArgs ssa = list.get(i); in scheduleServiceArgs()
160 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()
686 android.app.ServiceStartArgs$1687 android.app.ServiceStartArgs
2629 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;)V23467 Landroid/app/ServiceStartArgs$1;23468 Landroid/app/ServiceStartArgs;
2629 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;)V33570 Landroid/app/ServiceStartArgs$1;33571 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