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