Searched refs:MESSAGE_SET_CF (Results 1 – 1 of 1) sorted by relevance
148 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.MyHandler361 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 …]