Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsConnection.java46 void onAnswer(CtsConnection connection, int videoState) { }; in onAnswer()
105 public void onAnswer(int videoState) { in onAnswer()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java49 public int videoState = VideoProfile.STATE_AUDIO_ONLY; field in MockConnection
64 public void onAnswer(int videoState) { in onAnswer()
DBaseTelecomTestWithMockServices.java398 void placeAndVerifyCall(int videoState) { in placeAndVerifyCall()
414 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall()
640 private void placeNewCallWithPhoneAccount(Bundle extras, int videoState) { in placeNewCallWithPhoneAccount()
DConferenceTest.java549 private void assertVideoState(final Call call, final int videoState) { in assertVideoState()
DVideoCallTest.java611 private void assertVideoState(final Call call, final int videoState) { in assertVideoState()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDummyConnectionService.java79 public void onAnswer(int videoState) { in onAnswer()