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.java328 sendCfMessage(obj, throwableException);
337 sendCfMessage(null, throwableException);
543 private void sendCfMessage(Object inputArObj, Throwable inputThrowableException) { in sendCfMessage() method in CallForwardEditPreference.MyHandler