Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java38 private Map<Call, MockVideoCallCallback> mVideoCallCallbacks = field in MockInCallService
149 if (!mVideoCallCallbacks.containsKey(call)) { in saveVideoCall()
152 mVideoCallCallbacks.put(call, listener); in saveVideoCall()
155 mVideoCallCallbacks.remove(call); in saveVideoCall()
312 return mVideoCallCallbacks.containsKey(call); in isVideoCallbackRegistered()
321 return mVideoCallCallbacks.get(call); in getVideoCallCallback()