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.java148 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CF, in onDialogClosed()
150 MyHandler.MESSAGE_SET_CF)); in onDialogClosed()
197 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CF, in onDialogClosed()
199 MyHandler.MESSAGE_SET_CF)); in onDialogClosed()
208 action, MyHandler.MESSAGE_SET_CF)); in onDialogClosed()
312 static final int MESSAGE_SET_CF = 1; field in CallForwardEditPreference.MyHandler
361 case MESSAGE_SET_CF: in handleMessage()
376 mTcpListener.onFinished(CallForwardEditPreference.this, msg.arg2 != MESSAGE_SET_CF); in handleGetCFResponse()
423 if (msg.arg2 == MESSAGE_SET_CF && in handleGetCFResponse()
452 } else if (msg.arg2 == MESSAGE_SET_CF && in handleGetCFResponse()
[all …]