Home
last modified time | relevance | path

Searched refs:SessionListener (Results 1 – 4 of 4) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraSessionUtils.java54 public static class SessionListener extends BlockingSessionCallback { class in CameraSessionUtils
150 public static SessionListener getMockSessionListener() { in getMockSessionListener()
151 return spy(new SessionListener()); in getMockSessionListener()
172 public static CameraCaptureSession configureAndVerifySession(SessionListener listener, in configureAndVerifySession()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageInstallerArchiveTest.java485 SessionListener sessionListener = new SessionListener(); in unarchiveApp()
582 SessionListener sessionListener = new SessionListener(); in reportUnarchivalState_success()
619 SessionListener sessionListener = new SessionListener(); in reportUnarchivalState_error()
1048 static class SessionListener extends PackageInstaller.SessionCallback { class in PackageInstallerArchiveTest
/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/
DArchiveTest.java261 SessionListener sessionListener = new SessionListener(); in unarchiveApp_weakPermissions()
528 static class SessionListener extends PackageInstaller.SessionCallback { class in ArchiveTest
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java308 SessionListener mockSessionListener = getMockSessionListener(); in testResultTimestamps()