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.java38 private CallForwardEditPreference mButtonCFU;
39 private CallForwardEditPreference mButtonCFB;
40 private CallForwardEditPreference mButtonCFNRy;
41 private CallForwardEditPreference mButtonCFNRc;
43 private final ArrayList<CallForwardEditPreference> mPreferences =
44 new ArrayList<CallForwardEditPreference> ();
89 mButtonCFU = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFU_KEY); in onCreate()
90 mButtonCFB = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFB_KEY); in onCreate()
91 mButtonCFNRy = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFNRY_KEY); in onCreate()
92 mButtonCFNRc = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFNRC_KEY); in onCreate()
[all …]
DCallForwardEditPreference.java32 public class CallForwardEditPreference extends EditPhoneNumberPreference { class
62 public CallForwardEditPreference(Context context, AttributeSet attrs) { in CallForwardEditPreference() method in CallForwardEditPreference
68 R.styleable.CallForwardEditPreference, 0, R.style.EditPhoneNumberPreference); in CallForwardEditPreference()
78 public CallForwardEditPreference(Context context) { in CallForwardEditPreference() method in CallForwardEditPreference
341 mTcpListener.onFinished(CallForwardEditPreference.this, msg.arg2 != MESSAGE_SET_CF); in handleGetCFResponse()
349 mTcpListener.onException(CallForwardEditPreference.this, in handleGetCFResponse()
356 mTcpListener.onError(CallForwardEditPreference.this, EXCEPTION_ERROR); in handleGetCFResponse()
360 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
365 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()