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
215 if (!mVideoCallCallbacks.containsKey(call)) { in saveVideoCall()
218 mVideoCallCallbacks.put(call, listener); in saveVideoCall()
221 mVideoCallCallbacks.remove(call); in saveVideoCall()
390 return mVideoCallCallbacks.containsKey(call); in isVideoCallbackRegistered()
399 return mVideoCallCallbacks.get(call); in getVideoCallCallback()