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.java23 public class CallForwardEditPreference extends EditPhoneNumberPreference { class
44 public CallForwardEditPreference(Context context, AttributeSet attrs) { in CallForwardEditPreference() method in CallForwardEditPreference
50 R.styleable.CallForwardEditPreference, 0, R.style.EditPhoneNumberPreference); in CallForwardEditPreference()
60 public CallForwardEditPreference(Context context) { in CallForwardEditPreference() method in CallForwardEditPreference
188 mTcpListener.onFinished(CallForwardEditPreference.this, msg.arg2 != MESSAGE_SET_CF); in handleGetCFResponse()
196 mTcpListener.onException(CallForwardEditPreference.this, in handleGetCFResponse()
203 mTcpListener.onError(CallForwardEditPreference.this, EXCEPTION_ERROR); in handleGetCFResponse()
207 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
213 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()