Home
last modified time | relevance | path

Searched refs:ScreenshotCallback (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
DGameSessionTest.java32 import android.service.games.GameSession.ScreenshotCallback;
95 new ScreenshotCallback() { in takeScreenshot_attachNotCalled_throwsIllegalStateException()
123 new ScreenshotCallback() { in takeScreenshot_gameManagerException_returnsInternalError()
126 assertEquals(ScreenshotCallback.ERROR_TAKE_SCREENSHOT_INTERNAL_ERROR, in takeScreenshot_gameManagerException_returnsInternalError()
152 new ScreenshotCallback() { in takeScreenshot_gameManagerError_returnsInternalError()
155 assertEquals(ScreenshotCallback.ERROR_TAKE_SCREENSHOT_INTERNAL_ERROR, in takeScreenshot_gameManagerError_returnsInternalError()
181 new ScreenshotCallback() { in takeScreenshot_gameManagerSuccess()
/frameworks/base/core/java/android/service/games/
DGameSession.java370 public interface ScreenshotCallback { interface in GameSession
429 public void takeScreenshot(@NonNull Executor executor, @NonNull ScreenshotCallback callback) { in takeScreenshot()
447 @NonNull ScreenshotCallback callback, in handleScreenshotResult()
453 ScreenshotCallback.ERROR_TAKE_SCREENSHOT_INTERNAL_ERROR); in handleScreenshotResult()
465 ScreenshotCallback.ERROR_TAKE_SCREENSHOT_INTERNAL_ERROR); in handleScreenshotResult()
/frameworks/base/core/api/
Dsystem-current.txt12833 …Null java.util.concurrent.Executor, @NonNull android.service.games.GameSession.ScreenshotCallback);
12836 public static interface GameSession.ScreenshotCallback {
/frameworks/base/boot/
Dpreloaded-classes7039 android.service.games.GameSession$ScreenshotCallback
Dboot-image-profile.txt29443 Landroid/service/games/GameSession$ScreenshotCallback;
/frameworks/base/config/
Dpreloaded-classes7043 android.service.games.GameSession$ScreenshotCallback
Dboot-image-profile.txt39577 Landroid/service/games/GameSession$ScreenshotCallback;