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

1 2 3 4 56 7 8 9

  /packages/services/Telephony/src/com/android/phone/
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).
CallerInfoCache.java 17 package com.android.phone;
29 import android.provider.ContactsContract.CommonDataKinds.Phone;
55 // Assuming DATA.DATA1 corresponds to Phone.NUMBER and SipAddress.ADDRESS, we just use
57 // SIP cases, Phone.NORMALIZED_NUMBER is used as is instead of using Data.
60 Phone.NORMALIZED_NUMBER, // 1
139 * - last 7 digits of each "normalized phone number when it is for PSTN phone call, or
ChangeIccPinScreen.java 17 package com.android.phone;
39 import com.android.internal.telephony.Phone;
42 * "Change ICC PIN" UI for the Phone app.
64 private Phone mPhone;
EmergencyCallbackModeExitDialog.java 17 package com.android.phone;
42 import com.android.internal.telephony.Phone;
57 "com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG";
75 private Phone mPhone = null;
81 // Check if phone is in Emergency Callback Mode. If not, exit.
EmergencyCallbackModeService.java 17 package com.android.phone;
39 import com.android.internal.telephony.Phone;
60 private Phone mPhone = null;
77 // Check if it is CDMA phone
118 // Stop the service when phone exits Emergency Callback Mode
GsmUmtsCallForwardOptions.java 1 package com.android.phone;
12 import android.provider.ContactsContract.CommonDataKinds.Phone;
23 private static final String NUM_PROJECTION[] = {Phone.NUMBER};
TimeConsumingPreferenceActivity.java 1 package com.android.phone;
PhoneGlobals.java 17 package com.android.phone;
58 import com.android.internal.telephony.Phone;
63 import com.android.phone.common.CallLogAsync;
68 * phone process.
74 * Phone app-wide debug level:
80 * Most individual classes in the phone app have a local DBG constant,
109 // the individual Activities of the Phone UI.
129 "com.android.phone.ACTION_HANG_UP_ONGOING_CALL";
140 Phone phone; field in class:PhoneGlobals
    [all...]
EditFdnContactScreen.java 17 package com.android.phone;
50 import com.android.internal.telephony.Phone;
87 /** projection for phone number query */
90 /** static intent to invoke phone number picker */
389 // an inappropriate phone number.
EditPhoneNumberPreference.java 17 package com.android.phone;
26 import android.provider.ContactsContract.CommonDataKinds.Phone;
125 mContactListIntent.setType(Phone.CONTENT_ITEM_TYPE);
127 //get the edit phone number default settings
321 // phone numbers and calling the close action listener.
360 * Phone number handling code
363 // return the phone number, after it has been stripped of all
368 /** The phone number including any formatting characters */
373 //set the phone number value.
FdnSetting.java 17 package com.android.phone;
34 import com.android.internal.telephony.Phone;
37 * FDN settings UI for the Phone app.
46 private Phone mPhone;
NetworkSetting.java 17 package com.android.phone;
41 import com.android.internal.telephony.Phone;
48 * "Networks" settings UI for the Phone app.
53 private static final String LOG_TAG = "phone";
73 Phone mPhone;
NotificationMgr.java 17 package com.android.phone;
42 import com.android.internal.telephony.Phone;
49 * NotificationManager-related utility code for the Phone app.
76 private Phone mPhone;
106 mPhone = app.phone; // TODO: better style to use mCM.getDefaultPhone() everywhere instead
139 * while a phone call is active
190 * pulling the phone out of your pocket.)
258 // (1) This phone really has no voicemail number
260 // (2) This phone *does* have a voicemail number, but
278 // get that notification in phone app code. We'd firs
    [all...]
OutgoingCallBroadcaster.java 17 package com.android.phone;
50 * contains the phone number being dialed. Applications can use this intent to (1) see which numbers
77 public static final String ACTION_SIP_SELECT_PHONE = "com.android.phone.SIP_SELECT_PHONE";
78 public static final String EXTRA_ALREADY_CALLED = "android.phone.extra.ALREADY_CALLED";
79 public static final String EXTRA_ORIGINAL_URI = "android.phone.extra.ORIGINAL_URI";
80 public static final String EXTRA_NEW_CALL_INTENT = "android.phone.extra.NEW_CALL_INTENT";
81 public static final String EXTRA_SIP_PHONE_URI = "android.phone.extra.SIP_PHONE_URI";
83 "android.phone.extra.ACTUAL_NUMBER_TO_DIAL";
85 "android.phone.extra.THIRD_PARTY_CALL_COMPONENT";
90 * press/depress of the "hookswitch" of a landline phone. Aka "empty flash"
    [all...]
Ringer.java 17 package com.android.phone;
38 import com.android.internal.telephony.Phone;
39 import com.android.phone.common.util.SettingsUtil;
42 * Ringer manager for the Phone app.
108 * @parameter Phone, the new active phone for the appropriate radio
111 void updateRingerContextAfterRadioTechnologyChange(Phone phone) {
113 mContext = phone.getContext();
306 * in makeLooper(). This uri is defaulted to the phone-wid
    [all...]
SimContacts.java 17 package com.android.phone;
37 import android.provider.ContactsContract.CommonDataKinds.Phone;
58 * SIM Address Book UI for the Phone app.
80 phoneType = Phone.TYPE_WORK;
82 phoneType = Phone.TYPE_MOBILE;
84 phoneType = Phone.TYPE_HOME;
86 phoneType = Phone.TYPE_OTHER;
90 phoneType = Phone.TYPE_OTHER;
169 builder.withValueBackReference(Phone.RAW_CONTACT_ID, 0);
170 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE)
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 31 import com.android.internal.telephony.Phone;
267 Phone phone = mOriginalConnection.getCall().getPhone(); local
268 Call ringingCall = phone.getRingingCall();
281 phone.switchHoldingAndActive();
430 Phone getPhone() {
440 Phone phone = getPhone(); local
441 if (phone != null) {
442 if (!phone.getRingingCall().isIdle())
    [all...]
  /external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc 3168 WebInputElement phone = local
3236 WebInputElement phone = local
3304 WebInputElement phone = local
3370 WebInputElement phone = local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 17 package com.android.systemui.statusbar.phone;
35 * A touch handler of the keyguard which is responsible for launching phone and camera affordances.
Ticker.java 17 package com.android.systemui.statusbar.phone;
TrustDrawable.java 17 package com.android.systemui.statusbar.phone;
UserAvatarView.java 17 package com.android.systemui.statusbar.phone;
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 119 PhoneDataItem phone = (PhoneDataItem) item; local
120 final String number = phone.getNumber();
132 // Configure Icons and Intents. Notice actionIcon is already set to the phone
153 // of the "call phone" icon, rather than the standard
154 // app icon for the Phone app (which we show for
155 // regular phone numbers.) That's because the phone
  /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...]
  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 1 package com.android.phone.settings;
15 import com.android.phone.R;
72 addPreferencesFromResource(com.android.phone.R.xml.phone_account_settings);
174 * Handles a phone account selection, namely when a call assistant has been selected.

Completed in 347 milliseconds

1 2 3 4 56 7 8 9