D | BaseTelecomTestWithMockServices.java | 513 void placeAndVerifyCall() { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 514 placeAndVerifyCall(null); in placeAndVerifyCall() 533 placeAndVerifyCall(extras, VideoProfile.STATE_AUDIO_ONLY, currentConnections, in placeAndVerifyCallByRedirection() 548 void placeAndVerifyCall(int videoState) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 549 placeAndVerifyCall(null, videoState); in placeAndVerifyCall() 556 void placeAndVerifyCall(Bundle extras) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 557 placeAndVerifyCall(extras, VideoProfile.STATE_AUDIO_ONLY); in placeAndVerifyCall() 564 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 567 placeAndVerifyCall(extras, videoState, getNumberOfConnections() + 1, currentCallCount + 1); in placeAndVerifyCall() 578 void placeAndVerifyCall(Bundle extras, int videoState, int expectedConnectionCount, in placeAndVerifyCall() method in BaseTelecomTestWithMockServices [all …]
|