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.java37 private CallForwardEditPreference mButtonCFU;
38 private CallForwardEditPreference mButtonCFB;
39 private CallForwardEditPreference mButtonCFNRy;
40 private CallForwardEditPreference mButtonCFNRc;
42 private final ArrayList<CallForwardEditPreference> mPreferences =
43 new ArrayList<CallForwardEditPreference> ();
79 mButtonCFU = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFU_KEY); in onCreate()
80 mButtonCFB = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFB_KEY); in onCreate()
81 mButtonCFNRy = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFNRY_KEY); in onCreate()
82 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
340 mTcpListener.onFinished(CallForwardEditPreference.this, msg.arg2 != MESSAGE_SET_CF); in handleGetCFResponse()
348 mTcpListener.onException(CallForwardEditPreference.this, in handleGetCFResponse()
355 mTcpListener.onError(CallForwardEditPreference.this, EXCEPTION_ERROR); in handleGetCFResponse()
359 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
365 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()