Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoCallTests.java174 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testIncomingVideoCallMissedCheckVideoHistory()
191 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testIncomingVideoCallRejectedCheckVideoHistory()
210 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testOutgoingVideoCallCanceledCheckVideoHistory()
228 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testOutgoingVideoCallRejectedCheckVideoHistory()
249 assertFalse(VideoProfile.isVideo(call.getVideoStateHistory())); in testOutgoingVideoCallAnsweredAsAudio()
DCallLogManagerTest.java997 when(fakeCall.getVideoStateHistory()).thenReturn(callVideoState); in makeFakeCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java348 int callFeatures = getCallFeatures(call.getVideoStateHistory(), in logCall()
DCall.java3320 public int getVideoStateHistory() { in getVideoStateHistory() method in Call