Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DGsmUmtsCallForwardOptions.java36 private CallForwardEditPreference mButtonCFU;
37 private CallForwardEditPreference mButtonCFB;
38 private CallForwardEditPreference mButtonCFNRy;
39 private CallForwardEditPreference mButtonCFNRc;
41 private final ArrayList<CallForwardEditPreference> mPreferences =
42 new ArrayList<CallForwardEditPreference> ();
62 mButtonCFU = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFU_KEY); in onCreate()
63 mButtonCFB = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFB_KEY); in onCreate()
64 mButtonCFNRy = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFNRY_KEY); in onCreate()
65 mButtonCFNRc = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFNRC_KEY); in onCreate()
[all …]
DCallForwardEditPreference.java27 public class CallForwardEditPreference extends EditPhoneNumberPreference { class
48 public CallForwardEditPreference(Context context, AttributeSet attrs) { in CallForwardEditPreference() method in CallForwardEditPreference
54 R.styleable.CallForwardEditPreference, 0, R.style.EditPhoneNumberPreference); in CallForwardEditPreference()
64 public CallForwardEditPreference(Context context) { in CallForwardEditPreference() method in CallForwardEditPreference
200 mTcpListener.onFinished(CallForwardEditPreference.this, msg.arg2 != MESSAGE_SET_CF); in handleGetCFResponse()
208 mTcpListener.onException(CallForwardEditPreference.this, in handleGetCFResponse()
215 mTcpListener.onError(CallForwardEditPreference.this, EXCEPTION_ERROR); in handleGetCFResponse()
219 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
225 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()