Searched refs:notifySuppServiceFailed (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java387 void notifySuppServiceFailed(SuppService code) { method in class:GSMPhone
509 notifySuppServiceFailed(Phone.SuppService.REJECT);
556 notifySuppServiceFailed(Phone.SuppService.HANGUP);
586 notifySuppServiceFailed(Phone.SuppService.SEPARATE);
591 notifySuppServiceFailed(Phone.SuppService.SEPARATE);
607 notifySuppServiceFailed(Phone.SuppService.SWITCH);
626 notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
646 notifySuppServiceFailed(Phone.SuppService.TRANSFER);
659 notifySuppServiceFailed(Phone.SuppService.UNKNOWN);
H A DGsmCallTracker.java848 phone.notifySuppServiceFailed(getFailedService(msg.what));

Completed in 55 milliseconds