Searched refs:recordingSession (Results 1 – 2 of 2) sorted by relevance
1716 final RecordingSession recordingSession = in testSetLogSessionId() local1718 audioRecord.setLogSessionId(recordingSession.getSessionId()); in testSetLogSessionId()1719 assertEquals(recordingSession.getSessionId(), audioRecord.getLogSessionId()); in testSetLogSessionId()
1831 final RecordingSession recordingSession = mediaMetricsManager.createRecordingSession(); in testSetGetLogSessionId() local1832 recorder.setLogSessionId(recordingSession.getSessionId()); in testSetGetLogSessionId()1833 assertEquals(recordingSession.getSessionId(), recorder.getLogSessionId()); in testSetGetLogSessionId()