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.java40 private Map<Call, MockVideoCallCallback> mVideoCallCallbacks = field in MockInCallService
219 if (!mVideoCallCallbacks.containsKey(call)) { in saveVideoCall()
222 mVideoCallCallbacks.put(call, listener); in saveVideoCall()
225 mVideoCallCallbacks.remove(call); in saveVideoCall()
394 return mVideoCallCallbacks.containsKey(call); in isVideoCallbackRegistered()
403 return mVideoCallCallbacks.get(call); in getVideoCallCallback()