Home
last modified time | relevance | path

Searched refs:getLastActivityResult (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/gameservice/src/android/service/games/testing/
DIGameServiceTestService.aidl40 ActivityResult getLastActivityResult(); in getLastActivityResult() method
/cts/tests/tests/gameservice/src/android/service/games/
DGameServiceTest.java401 ActivityResult result = getTestService().getLastActivityResult(); in startActivityForResult_startsActivityAndReceivesResultWithData()
421 ActivityResult result = getTestService().getLastActivityResult(); in startActivityForResult_startsActivityAndReceivesResultWithNoData()
437 ActivityResult result = getTestService().getLastActivityResult(); in startActivityForResult_cannotStartBlockedActivities()
451 ActivityResult result = getTestService().getLastActivityResult(); in startActivityForResult_propagatesActivityNotFoundException()
561 ActivityResult result = getTestService().getLastActivityResult(); in restartGame_withNonGameActivityAbove_gameSessionIsPersisted()
DGameServiceTestService.java126 public ActivityResult getLastActivityResult() {