Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaDrmMockTest.java187 md.closeSession(sessionId); in testOpenCloseSession()
199 md.closeSession(sessionId); in testBadSession()
215 md.closeSession(sessionId); in testNullSession()
255 md.closeSession(sessionId); in testGetKeyRequest()
287 md.closeSession(sessionId); in testGetKeyRequestNoOptionalParameters()
319 md.closeSession(sessionId); in testGetKeyRequestOffline()
348 md.closeSession(sessionId); in testGetKeyRequestRelease()
365 md.closeSession(sessionId); in testProvideKeyResponse()
378 md.closeSession(sessionId); in testRemoveKeys()
393 md.closeSession(sessionId); in testRestoreKeys()
[all …]
DClearKeySystemTest.java284 private void closeSession(MediaDrm drm, byte[] sessionId) { in closeSession() method in ClearKeySystemTest
285 drm.closeSession(sessionId); in closeSession()
366 closeSession(drm, mSessionId); in testClearKeyPlayback()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraDeviceTest.java305 closeSession(); in testCameraDeviceCreateCaptureBuilder()
329 closeSession(); in testCameraDeviceSetErrorListener()
394 closeSession(); in testInvalidCapture()
1042 closeSession(); in runCaptureTest()
1163 closeSession(); in prepareCapture()
1669 closeSession(); in captureTemplateTestByCamera()
1700 protected void closeSession() { in closeSession() method in CameraDeviceTest