Home
last modified time | relevance | path

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

/cts/tests/tests/gameservice/src/android/service/games/testing/
DIGameServiceTestService.aidl46 boolean takeScreenshotForFocusedGameSession(); in takeScreenshotForFocusedGameSession() method
/cts/tests/tests/gameservice/src/android/service/games/
DGameServiceTestService.java154 public boolean takeScreenshotForFocusedGameSession() {
DGameServiceTest.java628 final boolean ret = getTestService().takeScreenshotForFocusedGameSession(); in takeScreenshot_noPermission()
643 final boolean ret = getTestService().takeScreenshotForFocusedGameSession(); in takeScreenshot_expectedScreenshotSaved()