Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCallForwardEditPreference.java135 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CF, in onDialogClosed()
137 MyHandler.MESSAGE_SET_CF)); in onDialogClosed()
183 static final int MESSAGE_SET_CF = 1; field in CallForwardEditPreference.MyHandler
191 case MESSAGE_SET_CF: in handleMessage()
200 mTcpListener.onFinished(CallForwardEditPreference.this, msg.arg2 != MESSAGE_SET_CF); in handleGetCFResponse()
239 if (msg.arg2 == MESSAGE_SET_CF && in handleGetCFResponse()
280 obtainMessage(MESSAGE_GET_CF, msg.arg1, MESSAGE_SET_CF, ar.exception)); in handleSetCFResponse()