Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java212 int callFeatures = getCallFeatures(call.getVideoStateHistory()); in logCall()
DCall.java1875 public int getVideoStateHistory() { in getVideoStateHistory() method in Call
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallLogManagerTest.java692 when(fakeCall.getVideoStateHistory()).thenReturn(callVideoState); in makeFakeCall()