Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCallForwardEditPreference.java342 sendCfMessage(obj, throwableException);
351 sendCfMessage(null, throwableException);
560 private void sendCfMessage(Object inputArObj, Throwable inputThrowableException) { in sendCfMessage() method in CallForwardEditPreference.MyHandler