Searched defs:gameSessionPackageName (Results 1 – 1 of 1) sorted by relevance
50 public static ActivityResult forSuccess(String gameSessionPackageName, int resultCode, in forSuccess()55 public static ActivityResult forError(String gameSessionPackageName, Throwable t) { in forError()60 private ActivityResult(String gameSessionPackageName, @Nullable Success success, in ActivityResult()