HomeSort by relevance Sort by last modified time
    Searched full:cdmaoptions (Results 1 - 4 of 4) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CdmaOptions.java 40 public class CdmaOptions {
41 private static final String LOG_TAG = "CdmaOptions";
57 public CdmaOptions(PreferenceActivity prefActivity, PreferenceScreen prefScreen, Phone phone) {
CallFeaturesSetting.java 230 Preference cdmaOptions = prefSet.findPreference(BUTTON_CDMA_OPTIONS);
233 cdmaOptions.setIntent(mSubscriptionInfoHelper.getIntent(CdmaCallOptions.class));
236 prefSet.removePreference(cdmaOptions);
MobileNetworkSettings.java 131 CdmaOptions mCdmaOptions;
566 mCdmaOptions = new CdmaOptions(this, prefSet, mPhone);
586 mCdmaOptions = new CdmaOptions(this, prefSet, mPhone);
631 mCdmaOptions = new CdmaOptions(this, prefSet, mPhone);
    [all...]
  /packages/services/Telephony/
AndroidManifest.xml 365 <activity android:name="CdmaOptions"
    [all...]

Completed in 249 milliseconds