Lines Matching refs:phone
17 package com.android.phone;
53 import com.android.internal.telephony.Phone;
55 import com.android.phone.common.util.SettingsUtil;
56 import com.android.phone.settings.AccountSelectionPreference;
57 import com.android.phone.settings.PhoneAccountSettingsFragment;
58 import com.android.phone.settings.VoicemailSettingsActivity;
59 import com.android.phone.settings.fdn.FdnSetting;
69 * This preference screen is the root of the "Call settings" hierarchy available from the Phone
70 * app; the settings here let you control various features related to phone calls (including
72 * voice-capable phone devices.
74 * Note that this activity is part of the package com.android.phone, even
75 * though you reach it from the "Phone" app (i.e. DialtactsActivity) which
81 * @see com.android.phone.MobileNetworkSettings
105 private Phone mPhone;
151 com.android.phone.MobileNetworkSettings.class));
280 throw new IllegalStateException("Unexpected phone type: " + phoneType);