Searched defs:hangupActiveCall (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DPhoneUtils.java396 static boolean hangupActiveCall(Call foreground) { method in class:PhoneUtils
426 hungUpFgCall = hangupActiveCall(fgCall);
499 if ( !hangupActiveCall(cm.getActiveFgCall())) {
504 // since hangupActiveCall() also accepts the ringing call

Completed in 36 milliseconds