Home | History | Annotate | Download | only in phone

Lines Matching full:phone

17 package com.android.phone;
31 import com.android.internal.telephony.Phone;
54 public static final String EXTRA_ALREADY_CALLED = "android.phone.extra.ALREADY_CALLED";
55 public static final String EXTRA_ORIGINAL_URI = "android.phone.extra.ORIGINAL_URI";
60 * press/depress of the "hookswitch" of a landline phone. Aka "empty flash".
62 * TODO: Receiving an intent extra to tell the phone to send this flash is a
67 public static final String EXTRA_SEND_EMPTY_FLASH = "com.android.phone.extra.SEND_EMPTY_FLASH";
72 * a modified phone number and optional provider info (uri + package name + remote views.)
98 int phoneType = app.phone.getPhoneType();
99 if (phoneType == Phone.PHONE_TYPE_CDMA) {
127 } else if ((phoneType == Phone.PHONE_TYPE_CDMA)
128 && ((app.phone.getState() != Phone.State.IDLE)
129 && (app.phone.isOtaSpNumber(number)))) {
258 // activity built in to the Phone app.)
289 PhoneUtils.sendEmptyFlash(PhoneApp.getInstance().phone);