D | BaseTelecomTestWithMockServices.java | 781 void placeAndVerifyCall() { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 782 placeAndVerifyCall(null); in placeAndVerifyCall() 801 placeAndVerifyCall(extras, VideoProfile.STATE_AUDIO_ONLY, currentCallCount); in placeAndVerifyCallByRedirection() 824 void placeAndVerifyCall(int videoState) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 825 placeAndVerifyCall(null, videoState); in placeAndVerifyCall() 832 void placeAndVerifyCall(Bundle extras) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 833 placeAndVerifyCall(extras, VideoProfile.STATE_AUDIO_ONLY); in placeAndVerifyCall() 840 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices 844 placeAndVerifyCall(extras, videoState, currentCallCount + 1); in placeAndVerifyCall() 886 void placeAndVerifyCall(Bundle extras, int videoState, int expectedCallCount) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices [all …]
|