Searched refs:recordingSession (Results 1 – 2 of 2) sorted by relevance
1888 final RecordingSession recordingSession = in testSetLogSessionId() local1890 audioRecord.setLogSessionId(recordingSession.getSessionId()); in testSetLogSessionId()1893 .isEqualTo(recordingSession.getSessionId()); in testSetLogSessionId()
1985 final RecordingSession recordingSession = mediaMetricsManager.createRecordingSession(); in testSetGetLogSessionId() local1986 recorder.setLogSessionId(recordingSession.getSessionId()); in testSetGetLogSessionId()1987 assertEquals(recordingSession.getSessionId(), recorder.getLogSessionId()); in testSetGetLogSessionId()