D | BaseTelecomTestWithMockServices.java | 647 void placeAndVerifyCall() { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 648 placeAndVerifyCall(null); in placeAndVerifyCall() 667 placeAndVerifyCall(extras, VideoProfile.STATE_AUDIO_ONLY, currentCallCount); in placeAndVerifyCallByRedirection() 690 void placeAndVerifyCall(int videoState) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 691 placeAndVerifyCall(null, videoState); in placeAndVerifyCall() 698 void placeAndVerifyCall(Bundle extras) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 699 placeAndVerifyCall(extras, VideoProfile.STATE_AUDIO_ONLY); in placeAndVerifyCall() 706 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 710 placeAndVerifyCall(extras, videoState, currentCallCount + 1); in placeAndVerifyCall() 729 void placeAndVerifyCall(Bundle extras, int videoState, int expectedCallCount) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices [all …]
|