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