Home
last modified time | relevance | path

Searched refs:endCall (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java845 assertTrue(mTSIBinder.endCall()); in testEndCallWithRingingForegroundCall()
854 assertTrue(mTSIBinder.endCall()); in testEndCallWithNonRingingForegroundCall()
864 assertTrue(mTSIBinder.endCall()); in testEndCallWithNoForegroundCall()
870 assertFalse(mTSIBinder.endCall()); in testEndCallWithNoCalls()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomServiceImpl.java707 public boolean endCall() {
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java969 public boolean endCall() { in endCall() method in PhoneInterfaceManager