Home | History | Annotate | Download | only in phone

Lines Matching refs:phone

17 package com.android.phone;
51 import com.android.internal.telephony.Phone;
54 import com.android.phone.settings.VoicemailSettingsActivity;
55 import com.android.phone.vvm.omtp.sync.VoicemailStatusQueryHelper;
56 import com.android.phone.settings.VoicemailNotificationSettingsUtil;
57 import com.android.phone.settings.VoicemailProviderSettingsUtil;
65 * NotificationManager-related utility code for the Phone app.
92 private Phone mPhone;
159 * while a phone call is active
210 * pulling the phone out of your pocket.)
303 Phone phone = PhoneGlobals.getPhone(subId);
304 if (visible && phone != null) {
306 PhoneAccountHandle phoneAccount = PhoneUtils.makePstnPhoneAccountHandle(phone);
317 if (phone == null) {
318 Log.w(LOG_TAG, "Found null phone for: " + subId);
341 String vmNumber = phone.getVoiceMailNumber();
345 // (1) This phone has no voicemail number.
346 // (2) This phone has a voicemail number, but the SIM isn't ready yet. This may
350 if ((vmNumber == null) && !phone.getIccRecordsLoaded()) {
355 if (TelephonyCapabilities.supportsVoiceMessageCount(phone)) {
356 int vmCount = phone.getVoiceMessageCount();
362 PhoneAccountHandle phoneAccountHandle = PhoneUtils.makePstnPhoneAccountHandle(phone);
414 if (VoicemailNotificationSettingsUtil.isVibrationEnabled(phone)) {
483 intent.setClassName("com.android.phone", "com.android.phone.CallFeaturesSetting");
520 Intent intent = new Intent(mContext, com.android.phone.MobileNetworkSettings.class);
574 intent.setComponent(new ComponentName("com.android.phone",
575 "com.android.phone.NetworkSetting"));
607 * @param serviceState Phone service state