Home
last modified time | relevance | path

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

/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/
DBasicCallControlCallbacksTest.kt331 call!!.answer(0) // API under test in <lambda>()
468 call!!.answer(0) // API under test in <lambda>()
499 answer(CallAttributes.AUDIO_CALL) in <lambda>()
531 answer(CallAttributes.AUDIO_CALL) // API under test in <lambda>()
578 answer(CallAttributes.AUDIO_CALL) // API under test in <lambda>()
DBasicCallControlsTest.kt324 answer(CallAttributesCompat.CALL_TYPE_AUDIO_CALL) in <lambda>()
/core/core-telecom/src/main/java/androidx/core/telecom/internal/
DCallSession.kt393 suspend fun answer(videoState: Int): CallControlResult { in answer() method
395 mPlatformInterface?.answer(videoState, Runnable::run, CallControlReceiver(result)) in answer()
533 override suspend fun answer(callType: Int): CallControlResult { in answer() method
534 return session.answer(callType) in answer()
DCallSessionLegacy.kt367 fun answer(videoState: Int): CallControlResult { in answer() method in androidx.core.telecom.internal.CallSessionLegacy
649 override suspend fun answer(callType: Int): CallControlResult { in answer() method in androidx.core.telecom.internal.CallSessionLegacy
650 return session.answer(callType) in answer()
/core/core/src/main/java/androidx/core/content/res/
DCamColor.java472 CamColor answer = null; in toColor()
498 answer = possibleAnswer; in toColor()
510 if (answer == null) { in toColor()
514 return answer.viewed(viewingConditions); in toColor()
/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingChildTest.java190 public Object answer(InvocationOnMock invocation) { in uiFingerScroll_preSelfPostChainWorks()
213 public Object answer(InvocationOnMock invocation) { in uiFingerScroll_onlyPreScrollConsumed_requestInterceptCalled()
250 public Object answer(InvocationOnMock invocation) { in uiFingerScroll_onlyScrollConsumedByParent_requestInterceptCalled()
DTextViewCompatTest.java525 public Object answer(final InvocationOnMock invocation) throws Throwable { in testSetCustomSelectionActionModeCallback_fixesBugInO()
/core/core-telecom/src/main/java/androidx/core/telecom/
DCallControlScope.kt109 public suspend fun answer( method
/core/core-telecom/integration-tests/testapp/src/main/java/androidx/core/telecom/test/
DCallingMainActivity.kt287 answer(CallAttributesCompat.CALL_TYPE_AUDIO_CALL) in <lambda>()
391 answer(CallAttributesCompat.CALL_TYPE_AUDIO_CALL) in <lambda>()
/core/core/src/androidTest/java/androidx/core/telephony/mbms/
DMbmsHelperTest.java88 public Object answer(InvocationOnMock invocation) { in makeServiceInfoWithLocales()
/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/services/
DCallDataEmitters.kt344 CallStateTransition.ANSWER -> trackedCall.call.answer(VideoProfile.STATE_AUDIO_ONLY) in onChangeCallState()
/core/core-telecom/api/
Drestricted_1.0.0-beta01.txt52 …method public suspend Object? answer(int callType, kotlin.coroutines.Continuation<? super androidx…
Drestricted_current.txt52 …method public suspend Object? answer(int callType, kotlin.coroutines.Continuation<? super androidx…
Dcurrent.txt52 …method public suspend Object? answer(int callType, kotlin.coroutines.Continuation<? super androidx…
D1.0.0-beta01.txt52 …method public suspend Object? answer(int callType, kotlin.coroutines.Continuation<? super androidx…