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 34 private CallForwardEditPreference mButtonCFU;
35 private CallForwardEditPreference mButtonCFB;
36 private CallForwardEditPreference mButtonCFNRy;
37 private CallForwardEditPreference mButtonCFNRc;
39 private final ArrayList<CallForwardEditPreference> mPreferences =
40 new ArrayList<CallForwardEditPreference> ();
53 mButtonCFU = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFU_KEY);
54 mButtonCFB = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFB_KEY);
55 mButtonCFNRy = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFNRY_KEY);
56 mButtonCFNRc = (CallForwardEditPreference) prefSet.findPreference(BUTTON_CFNRC_KEY)
    [all...]
CallForwardEditPreference.java 22 public class CallForwardEditPreference extends EditPhoneNumberPreference {
23 private static final String LOG_TAG = "CallForwardEditPreference";
43 public CallForwardEditPreference(Context context, AttributeSet attrs) {
50 R.styleable.CallForwardEditPreference, 0, R.style.EditPhoneNumberPreference);
60 public CallForwardEditPreference(Context context) {
187 tcpListener.onFinished(CallForwardEditPreference.this, false);
189 tcpListener.onFinished(CallForwardEditPreference.this, true);
197 tcpListener.onException(CallForwardEditPreference.this,
201 tcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR);
207 tcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR)
    [all...]

Completed in 197 milliseconds