Home
last modified time | relevance | path

Searched refs:getAllSessions (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java293 List<PackageInstaller.SessionInfo> allSessions = packageInstaller.getAllSessions(); in testGetActiveStagedSessions()
315 List<PackageInstaller.SessionInfo> allSessions = packageInstaller.getAllSessions(); in testIsStagedSessionActive()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1233 allSessions = sessionListener.getAllSessions(NUM_SESSIONS, in testCreateSessionsByCamera()
2660 public List<CameraCaptureSession> getAllSessions(int numSessions, int timeoutMs) in getAllSessions() method in CameraDeviceTest.MultipleSessionCallback