Home | History | Annotate | Download | only in phone

Lines Matching refs:Phone

17 package com.android.phone;
50 import com.android.internal.telephony.Phone;
52 import com.android.phone.settings.VoicemailSettingsActivity;
53 import com.android.phone.vvm.omtp.sync.VoicemailStatusQueryHelper;
54 import com.android.phone.settings.VoicemailNotificationSettingsUtil;
61 * NotificationManager-related utility code for the Phone app.
88 private Phone mPhone;
208 Phone phone = PhoneGlobals.getPhone(subId);
209 if (visible && phone != null) {
211 PhoneAccountHandle phoneAccount = PhoneUtils.makePstnPhoneAccountHandle(phone);
222 if (phone == null) {
223 Log.w(LOG_TAG, "Found null phone for: " + subId);
246 String vmNumber = phone.getVoiceMailNumber();
250 // (1) This phone has no voicemail number.
251 // (2) This phone has a voicemail number, but the SIM isn't ready yet. This may
255 if ((vmNumber == null) && !phone.getIccRecordsLoaded()) {
262 if (TelephonyCapabilities.supportsVoiceMessageCount(phone)) {
263 vmCount = phone.getVoiceMessageCount();
269 PhoneAccountHandle phoneAccountHandle = PhoneUtils.makePstnPhoneAccountHandle(phone);
323 if (VoicemailNotificationSettingsUtil.isVibrationEnabled(phone)) {
362 * @param number The voicemail phone number if specified.
445 intent.setClassName("com.android.phone", "com.android.phone.CallFeaturesSetting");
482 Intent intent = new Intent(mContext, com.android.phone.MobileNetworkSettings.class);
570 * @param serviceState Phone service state
582 sp.getString(Phone.NETWORK_SELECTION_NAME_KEY + subId, "");
585 sp.getString(Phone.NETWORK_SELECTION_KEY + subId, "");