HomeSort by relevance Sort by last modified time
    Searched refs:CallForwardEditPreference (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
GsmUmtsCallForwardOptions.java 36 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> ();
70 mButtonCFU = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFU_KEY);
71 mButtonCFB = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFB_KEY);
72 mButtonCFNRy = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFNRY_KEY);
73 mButtonCFNRc = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFNRC_KEY)
    [all...]
CallForwardEditPreference.java 28 public class CallForwardEditPreference extends EditPhoneNumberPreference {
29 private static final String LOG_TAG = "CallForwardEditPreference";
50 public CallForwardEditPreference(Context context, AttributeSet attrs) {
56 R.styleable.CallForwardEditPreference, 0, R.style.EditPhoneNumberPreference);
66 public CallForwardEditPreference(Context context) {
225 mTcpListener.onFinished(CallForwardEditPreference.this, msg.arg2 != MESSAGE_SET_CF);
233 mTcpListener.onException(CallForwardEditPreference.this,
240 mTcpListener.onError(CallForwardEditPreference.this, EXCEPTION_ERROR);
244 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR);
250 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR)
    [all...]

Completed in 72 milliseconds