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

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

Completed in 10 milliseconds