Lines Matching refs:phone
17 package com.android.phone;
24 import com.android.internal.telephony.Phone;
66 * Phone app module that listens for phone state changes and various other
77 // Time to display the message from the underlying phone layers.
276 Phone phone = ringing.getPhone();
279 if (ignoreAllIncomingCalls(phone)) {
364 private boolean ignoreAllIncomingCalls(Phone phone) {
377 if (PhoneUtils.isPhoneInEcm(phone)) {
391 if (TelephonyCapabilities.supportsOtasp(phone)) {
427 * Updates the phone UI in response to phone state changes.
439 // of the phone. Notification Alerts (audible or vibrating) should
440 // be on if and only if the phone is IDLE.
444 Phone fgPhone = mCM.getFgPhone();
463 // listens for phone state changes itself.
466 // Update the phone state and other sensor/lock.
529 // disconnect event caused the phone to become idle. (In other
545 // All phone calls are disconnected.
558 final Phone phone = c.getCall().getPhone();
565 // the Phone UI at the moment the connection ends.
593 PhoneUtils.placeCall(mApplication, phone, number, null, false);
632 * When we're done playing the tone, if the phone is idle at that
709 throw new IllegalStateException("Unexpected phone type: " + phoneType);
864 // (But watch out: do NOT do this if the phone is in use,
871 // "call ended", where the phone has already become idle but
890 * Displays a notification when the phone receives a DisplayInfo record.
908 * Displays a notification when the phone receives a notice that a supplemental
913 if (r.result != Phone.SuppService.CONFERENCE && r.result != Phone.SuppService.RESUME) {
919 if (r.result == Phone.SuppService.CONFERENCE) {
923 } else if (r.result == Phone.SuppService.RESUME) {
938 // Unregister phone listeners for inactive subscriptions.
958 // Register new phone listeners for active subscriptions.
988 * Displays a notification when the phone receives a notice that TTY mode
1053 * Plays a tone when the phone receives a SignalInfo record.