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.java45 private Map<Call, MockVideoCallCallback> mVideoCallCallbacks = field in MockInCallService
245 if (!mVideoCallCallbacks.containsKey(call)) { in saveVideoCall()
248 mVideoCallCallbacks.put(call, listener); in saveVideoCall()
251 mVideoCallCallbacks.remove(call); in saveVideoCall()
473 return mVideoCallCallbacks.containsKey(call); in isVideoCallbackRegistered()
482 return mVideoCallCallbacks.get(call); in getVideoCallCallback()