Home
last modified time | relevance | path

Searched defs:gameSessionPackageName (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/gameservice/src/android/service/games/testing/
DActivityResult.java50 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()