Home
last modified time | relevance | path

Searched refs:cleanupCall (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java73 cleanupCall(false /* verifyNoCallLogsWritten */); in testIncomingCallFromBlockedNumberIsRejected()
89 cleanupCall(true /* verifyNoCallLogsWritten */ ); in testIncomingCallFromBlockedNumberIsRejected()
94 private void cleanupCall(boolean verifyNoCallLogsWritten) { in cleanupCall() method in CallBlockingTest
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java104 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