Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallForwardEditPreference.java143 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CF, in onDialogClosed()
145 MyHandler.MESSAGE_SET_CF)); in onDialogClosed()
185 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CF, in onDialogClosed()
187 MyHandler.MESSAGE_SET_CF)); in onDialogClosed()
196 action, MyHandler.MESSAGE_SET_CF)); in onDialogClosed()
299 static final int MESSAGE_SET_CF = 1; field in CallForwardEditPreference.MyHandler
348 case MESSAGE_SET_CF: in handleMessage()
410 if (msg.arg2 == MESSAGE_SET_CF && in handleGetCFResponse()
438 } else if (msg.arg2 == MESSAGE_SET_CF && in handleGetCFResponse()
493 msg.arg1, MyHandler.MESSAGE_SET_CF, ar.exception), in handleSetCFResponse()
[all …]