Searched refs:cleanupCall (Results 1 – 2 of 2) sorted by relevance
104 cleanupCall(phoneNumber, false /*verifyDeletion*/); in internalTestOutgoingCall()131 cleanupCall(phoneNumber, true /* verifyDeletion */ ); in internalTestOutgoingCall()185 cleanupCall(phoneNumber, false /* verifyDeletion */ ); in internalTestIncomingCall()213 cleanupCall(phoneNumber, true /* verifyDeletion */ ); in internalTestIncomingCall()267 private void cleanupCall(String phoneNumber, boolean verifyDeletion) { in cleanupCall() method in PhoneAccountTest
73 cleanupCall(false /* verifyNoCallLogsWritten */); in testIncomingCallFromBlockedNumberIsRejected()89 cleanupCall(true /* verifyNoCallLogsWritten */ ); in testIncomingCallFromBlockedNumberIsRejected()94 private void cleanupCall(boolean verifyNoCallLogsWritten) { in cleanupCall() method in CallBlockingTest