Home
last modified time | relevance | path

Searched refs:startIncomingPhoneCall (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoCallTests.java167 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testIncomingVideoCallMissedCheckVideoHistory()
184 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testIncomingVideoCallRejectedCheckVideoHistory()
DBasicCallTests.java155 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingCall()
182 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingVideoCall()
211 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingVideoCallAsAudio()
239 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingInvalidVideoState()
1103 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testDeflectCallWhenIncoming()
DTelecomSystemTest.java885 protected IdPair startIncomingPhoneCall( in startIncomingPhoneCall() method in TelecomSystemTest
889 return startIncomingPhoneCall(number, phoneAccountHandle, VideoProfile.STATE_AUDIO_ONLY, in startIncomingPhoneCall()
893 protected IdPair startIncomingPhoneCall( in startIncomingPhoneCall() method in TelecomSystemTest
1056 IdPair ids = startIncomingPhoneCall(number, phoneAccountHandle, connectionServiceFixture); in startAndMakeActiveIncomingCall()