Searched refs:CreateGameSessionRequest (Results 1 – 7 of 7) sorted by relevance
37 public final class CreateGameSessionRequest implements Parcelable { class40 public static final Parcelable.Creator<CreateGameSessionRequest> CREATOR =41 new Parcelable.Creator<CreateGameSessionRequest>() {43 public CreateGameSessionRequest createFromParcel(Parcel source) {44 return new CreateGameSessionRequest(50 public CreateGameSessionRequest[] newArray(int size) {51 return new CreateGameSessionRequest[0];58 public CreateGameSessionRequest(int taskId, @NonNull String gamePackageName) { in CreateGameSessionRequest() method in CreateGameSessionRequest105 if (!(o instanceof CreateGameSessionRequest)) { in equals()109 CreateGameSessionRequest that = (CreateGameSessionRequest) o; in equals()
21 import android.service.games.CreateGameSessionRequest;34 in CreateGameSessionRequest createGameSessionRequest, in create()
71 CreateGameSessionRequest createGameSessionRequest,107 CreateGameSessionRequest createGameSessionRequest, in doCreate()152 @NonNull CreateGameSessionRequest createGameSessionRequest); in onNewSession()
23 parcelable CreateGameSessionRequest;
61 import android.service.games.CreateGameSessionRequest;425 CreateGameSessionRequest expectedCreateGameSessionRequest = new CreateGameSessionRequest(10, in gameTaskStartedAndSessionRequested_secondSessionRequest_ignoredAndDoesNotCrash()1278 private final CreateGameSessionRequest mCreateGameSessionRequest;1283 CreateGameSessionRequest createGameSessionRequest, in CapturedCreateInvocation()1302 CreateGameSessionRequest createGameSessionRequest, in create()
41 import android.service.games.CreateGameSessionRequest;565 CreateGameSessionRequest createGameSessionRequest = in createGameSessionLocked()566 new CreateGameSessionRequest( in createGameSessionLocked()
12481 public final class CreateGameSessionRequest implements android.os.Parcelable {12482 ctor public CreateGameSessionRequest(int, @NonNull String);12487 …static final android.os.Parcelable.Creator<android.service.games.CreateGameSessionRequest> CREATOR;12527 …id.service.games.GameSession onNewSession(@NonNull android.service.games.CreateGameSessionRequest);