Home
last modified time | relevance | path

Searched defs:videoState (Results 1 – 18 of 18) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsConnection.java53 void onAnswer(CtsConnection connection, int videoState) { }; in onAnswer()
126 public void onAnswer(int videoState) { in onAnswer()
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DCallControlExtras.java25 public static Bundle addVideoStateExtra(Bundle extras, int videoState) { in addVideoStateExtra()
DTransactionalCall.java90 int videoState = CallAttributes.AUDIO_CALL; in setActive() local
DManagedConnection.java111 public void onAnswer(int videoState) { in onAnswer()
DVoipConnection.java123 public void onAnswer(int videoState) { in onAnswer()
DBaseAppVerifierImpl.java288 public void answerViaInCallServiceAndVerify(String id, int videoState) throws Exception { in answerViaInCallServiceAndVerify()
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl42 void answerCall(int videoState); in answerCall()
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl36 in String uri, in int videoState); in placeIncomingCall()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestConnectionService.java79 public void onAnswer(int videoState) { in onAnswer()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java58 public int videoState = VideoProfile.STATE_AUDIO_ONLY; field in MockConnection
79 public void onAnswer(int videoState) { in onAnswer()
DMockConference.java181 public void onAnswer(int videoState) { in onAnswer()
DTelecomCtsVoipCall.java129 public void onVideoStateChanged(int videoState) { in onVideoStateChanged()
DBaseTelecomTestWithMockServices.java824 void placeAndVerifyCall(int videoState) { in placeAndVerifyCall()
840 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall()
886 void placeAndVerifyCall(Bundle extras, int videoState, int expectedCallCount) { in placeAndVerifyCall()
1259 private void placeNewCallWithPhoneAccount(Bundle extras, int videoState) { in placeNewCallWithPhoneAccount()
DSelfManagedConnection.java75 public void onAnswer(int videoState) { in onAnswer()
DTransactionalApisTest.java599 private void waitUntilVideoStateIs(int videoState, TelecomCtsVoipCall call) { in waitUntilVideoStateIs()
1314 int videoState = AUDIO_CALL; in callControlAction() local
DTestUtils.java779 Uri address, int videoState) { in placeOutgoingCall()
/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DConnectionServiceCallController.java115 PhoneAccountHandle handle, String uri, int videoState) { in placeIncomingCall()
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/
DBaseAppVerifier.java251 public void answerViaInCallServiceAndVerify(String id, int videoState) throws Exception { in answerViaInCallServiceAndVerify()