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.java142 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CF, in onDialogClosed()
144 MyHandler.MESSAGE_SET_CF)); in onDialogClosed()
184 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CF, in onDialogClosed()
186 MyHandler.MESSAGE_SET_CF)); in onDialogClosed()
195 action, MyHandler.MESSAGE_SET_CF)); in onDialogClosed()
298 static final int MESSAGE_SET_CF = 1; field in CallForwardEditPreference.MyHandler
347 case MESSAGE_SET_CF: in handleMessage()
362 mTcpListener.onFinished(CallForwardEditPreference.this, msg.arg2 != MESSAGE_SET_CF); in handleGetCFResponse()
409 if (msg.arg2 == MESSAGE_SET_CF && in handleGetCFResponse()
437 } else if (msg.arg2 == MESSAGE_SET_CF && in handleGetCFResponse()
[all …]