HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 126 - 150 of 219) sorted by null

1 2 3 4 56 7 8 9

  /packages/apps/Phone/src/com/android/phone/
CdmaSubscriptionListPreference.java 17 package com.android.phone;
29 import com.android.internal.telephony.Phone;
44 private Phone mPhone;
86 statusCdmaSubscriptionMode = Phone.CDMA_SUBSCRIPTION_NV;
89 statusCdmaSubscriptionMode = Phone.CDMA_SUBSCRIPTION_RUIM_SIM;
92 statusCdmaSubscriptionMode = Phone.PREFERRED_CDMA_SUBSCRIPTION;
DTMFTwelveKeyDialer.java 17 package com.android.phone;
37 import com.android.internal.telephony.Phone;
317 * Our own handler to take care of the messages from the phone state changes
716 * lasts the whole life of the phone process. Instead, maybe look at
735 * Plays the local tone based the phone type.
743 Phone phone = mCM.getFgPhone(); local
744 mShortTone = TelephonyCapabilities.useShortDtmfTones(phone, phone.getContext());
760 * Plays the local tone based the phone type
    [all...]
GsmUmtsAdditionalCallOptions.java 1 package com.android.phone;
NetworkQueryService.java 17 package com.android.phone;
29 import com.android.internal.telephony.Phone;
58 /** local handle to the phone object */
59 private Phone mPhone;
Use2GOnlyCheckBoxPreference.java 17 package com.android.phone;
27 import com.android.internal.telephony.Phone;
33 private Phone mPhone;
56 int networkType = isChecked() ? Phone.NT_MODE_GSM_ONLY : Phone.NT_MODE_WCDMA_PREF;
87 if (type != Phone.NT_MODE_GSM_ONLY) {
89 type = Phone.NT_MODE_WCDMA_PREF;
92 setChecked(type == Phone.NT_MODE_GSM_ONLY);
DataUsageListener.java 17 package com.android.phone;
19 import com.android.phone.R;
PhoneInterfaceManager.java 17 package com.android.phone;
40 import com.android.internal.telephony.Phone;
65 Phone mPhone;
85 * A handler that processes messages on the main thread in the phone process. Since many
86 * of the Phone calls are not thread safe this is needed to shuttle the requests from the
87 * inbound binder threads to the main thread in the phone process. The Binder thread
148 if (phoneType == Phone.PHONE_TYPE_CDMA) {
152 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
153 // GSM: End the call as per the Phone state
156 throw new IllegalStateException("Unexpected phone type: " + phoneType)
    [all...]
CallCard.java 17 package com.android.phone;
46 import com.android.internal.telephony.Phone;
70 // Phone app instance
87 // including photo / name / phone number / etc.
169 // "Caller info" area, including photo / name / phone numbers / etc
188 * current state of the phone.
193 // Update the onscreen UI based on the current state of the phone.
195 Phone.State state = cm.getState(); // IDLE, RINGING, or OFFHOOK
210 // A phone call is ringing, call waiting *or* being rejected
216 // (1) the phone is off hook. At least one call exists that i
294 Phone phone = fgCall.getPhone(); local
618 final Phone phone = call.getPhone(); local
    [all...]
ADNList.java 17 package com.android.phone;
38 * ADN List activity for the Phone app.
CallTime.java 17 package com.android.phone;
32 * in the Phone app, and also to start and stop tracing / profiling.
35 private static final String LOG_TAG = "PHONE/CallTime";
197 // information (/data/data/com.android.phone).
CdmaSystemSelectListPreference.java 17 package com.android.phone;
30 import com.android.internal.telephony.Phone;
38 private Phone mPhone;
72 Secure.CDMA_ROAMING_MODE, Phone.CDMA_RM_HOME);
76 case Phone.CDMA_RM_ANY:
77 statusCdmaRoamingMode = Phone.CDMA_RM_ANY;
79 case Phone.CDMA_RM_HOME:
81 statusCdmaRoamingMode = Phone.CDMA_RM_HOME;
122 Secure.CDMA_ROAMING_MODE, Phone.CDMA_RM_HOME);
124 if (statusCdmaRoamingMode == Phone.CDMA_RM_HOME |
    [all...]
DeleteFdnContactScreen.java 17 package com.android.phone;
EmergencyCallbackModeService.java 17 package com.android.phone;
38 import com.android.internal.telephony.Phone;
58 private Phone mPhone = null;
75 // Check if it is CDMA phone
76 if (PhoneFactory.getDefaultPhone().getPhoneType() != Phone.PHONE_TYPE_CDMA) {
115 // Stop the service when phone exits Emergency Callback Mode
EnableFdnScreen.java 17 package com.android.phone;
33 import com.android.internal.telephony.Phone;
48 private Phone mPhone;
EnableIccPinScreen.java 17 package com.android.phone;
33 import com.android.internal.telephony.Phone;
48 private Phone mPhone;
FdnList.java 17 package com.android.phone;
30 * FDN List UI for the Phone app.
InCallContactPhoto.java 17 package com.android.phone;
InCallControlState.java 17 package com.android.phone;
24 import com.android.internal.telephony.Phone;
96 * the Phone.
99 final Phone.State state = mCM.getState(); // coarse-grained voice call state
124 // needed, like during the brief "Call ended" state, where the phone is
142 // "Speaker": always enabled unless the phone is totally idle.
144 speakerEnabled = (state != Phone.State.IDLE);
175 // This phone has the concept of explicit "Hold" and "Unhold" actions.
187 // Even when foreground phone device doesn't support hold/unhold, phone device
    [all...]
  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 17 package com.android.phone.sip;
20 import com.android.internal.telephony.Phone;
21 import com.android.phone.CallFeaturesSetting;
22 import com.android.phone.R;
23 import com.android.phone.SipUtil;
171 if (mCallManager.getState() != Phone.State.IDLE) {
483 menu.findItem(MENU_ADD_ACCOUNT).setEnabled(mCallManager.getState() == Phone.State.IDLE);
  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushOverSms.java 118 public WapPushOverSms(Phone phone, SMSDispatcher smsDispatcher) {
120 mContext = phone.getContext();
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java 105 public SimSmsInterfaceManager(GSMPhone phone, SMSDispatcher dispatcher) {
106 super(phone);
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 80 static final String ACTION_EMERGENCY_DIAL = "com.android.phone.EmergencyDialer.DIAL";
553 // show "return to call" text and show phone icon
578 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local
579 if (phone != null) {
581 phone.showCallScreen();
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 36 import android.provider.ContactsContract.CommonDataKinds.Phone;
56 if (Phone.CONTENT_ITEM_TYPE.equals(mimeType)
58 // Reset to phone mimetype so we generate a label for SMS case
59 mimeType = Phone.CONTENT_ITEM_TYPE;
60 colType = cursor.getColumnIndex(Phone.TYPE);
61 colLabel = cursor.getColumnIndex(Phone.LABEL);
88 if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) {
89 defaultType = Phone.TYPE_HOME;
90 customType = Phone.TYPE_CUSTOM;
293 String phone = null local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarView.java 17 package com.android.systemui.statusbar.phone;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCall.java 26 import com.android.internal.telephony.Phone;
76 public Phone
78 return owner.phone;

Completed in 527 milliseconds

1 2 3 4 56 7 8 9