HomeSort by relevance Sort by last modified time
    Searched full:phone (Results 401 - 425 of 801) sorted by null

<<11121314151617181920>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
BaseCommands.java 91 // Type of Phone, GSM or CDMA. Set by CDMAPhone or GSMPhone.
671 * current phone is determined by mPhoneType
672 * NOTE: at startup no phone have been created and the RIL determines the mPhoneType
681 if (mState.isGsm() && !oldState.isOn() && (mPhoneType == Phone.PHONE_TYPE_CDMA)) {
691 if (mState.isCdma() && !oldState.isOn() && (mPhoneType == Phone.PHONE_TYPE_GSM)) {
SMSDispatcher.java 118 protected Phone mPhone;
225 protected SMSDispatcher(PhoneBase phone) {
226 mPhone = phone;
227 mWapPush = new WapPushOverSms(phone, this);
228 mContext = phone.getContext();
230 mCm = phone.mCM;
273 * persistent manner. If the phone process restarts (reboot or crash),
281 * Handles events coming from the phone stack. Overridden from handler.
515 * Handles outbound message when the phone is not in service.
538 * @param sms the incoming message from the phone
    [all...]
DataConnection.java 256 protected PhoneBase phone; field in class:DataConnection
281 protected DataConnection(PhoneBase phone, String name) {
284 this.phone = phone;
308 if (phone.mCM.getRadioState().isOn()) {
310 phone.mCM.deactivateDataCall(cid, obtainMessage(EVENT_DEACTIVATE_DONE, o));
615 phone.mCM.getLastDataCallFailCause(
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
EriManager.java 26 import com.android.internal.telephony.Phone;
102 public EriManager(PhoneBase phone, Context context, int eriFileSource) {
103 this.mPhone = phone;
135 * In this case the ERI file can be updated from the Phone Support Tool available
145 * In this case the a Phone Support Tool to update the ERI file must be provided
  /packages/apps/Phone/res/values-fr/
strings.xml 23 <string name="phoneIconLabel" msgid="2331230813161304895">"Téléphone"</string>
43 <string name="callFailed_cdma_lockedUntilPowerCycle" msgid="775483211928061084">"CDMA : téléphone bloqué jusqu\'au prochain redémarrage"</string>
96 <string name="puk_unlocked" msgid="2284912838477558454">"Votre carte SIM a été déverrouillée. Votre téléphone est en cours de déverrouillage..."</string>
137 <string name="disable_cfb_forbidden" msgid="4524424437001441832">"Votre opérateur ne prend pas en charge la désactivation du transfert d\'appel lorsque votre téléphone est occupé."</string>
142 <string name="disable_cfnry_forbidden" msgid="7041605706777677935">"Votre opérateur ne prend pas en charge la désactivation du transfert d\'appel lorsque votre téléphone ne répond pas."</string>
147 <string name="disable_cfnrc_forbidden" msgid="1093527570652781997">"Votre opérateur ne prend pas en charge la désactivation du transfert d\'appel lorsque votre téléphone n\'est pas joignable."</string>
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 39 import android.provider.ContactsContract.CommonDataKinds.Phone;
108 public static final int PHONE = 6;
235 if (Organization.COMPANY != Data.DATA1 || Phone.NUMBER != Data.DATA1
248 mMimeTypeIdPhone = dbHelper.getMimeTypeId(Phone.CONTENT_ITEM_TYPE);
410 suggestion.phoneNumber = c.getString(SearchSuggestionQuery.PHONE);
LegacyApiSupport.java 59 import android.provider.ContactsContract.CommonDataKinds.Phone;
131 + " LEFT OUTER JOIN data phone ON (raw_contacts._id = phone.raw_contact_id"
132 + " AND (SELECT mimetype FROM mimetypes WHERE mimetypes._id = phone.mimetype_id)"
133 + "='" + Phone.CONTENT_ITEM_TYPE + "' AND phone.is_primary)";
228 Phone.CONTENT_ITEM_TYPE
580 "phone." + Data._ID
582 "phone." + Phone.NUMBE
    [all...]
ContactMatcher.java 40 // and there is a secondary match (phone number, email etc).
46 // Score for matching phone numbers
344 * (phone number, email address, nickname). We still need to obtain the approximate
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 39 import android.provider.ContactsContract.CommonDataKinds.Phone;
308 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
309 values.put(ContactsContract.CommonDataKinds.Phone.TYPE,
310 ContactsContract.CommonDataKinds.Phone.TYPE_HOME);
311 values.put(ContactsContract.CommonDataKinds.Phone.NUMBER, phoneNumber);
RestrictionExceptionsTest.java 129 // Create mixed aggregate with a restricted phone number
169 // Create mixed aggregate with a restricted phone number
180 // Exported vCard shouldn't contain restricted phone
  /system/core/rootdir/etc/
init.testmenu 19 # map phone specific keys
70 echo " 3: misc phone"
71 echo " 4: phone debug output"
92 echo " 1: Print phone output"
97 echo " 6: Stop phone output"
  /frameworks/base/core/java/android/pim/vcard/
VCardEntry.java 38 import android.provider.ContactsContract.CommonDataKinds.Phone;
491 if (type == Phone.TYPE_PAGER) {
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 87 * Signifies an Phone row that is stored in the Phones table
415 * The ID of the persons preferred phone number.
739 * The ID of the person this phone number is assigned to.
861 * The type of the the phone number.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 38 import android.provider.ContactsContract.CommonDataKinds.Phone;
463 // Phone
464 final DataKind kind = source.getKindForMimetype(Phone.CONTENT_ITEM_TYPE);
465 parseExtras(state, kind, extras, Insert.PHONE_TYPE, Insert.PHONE, Phone.NUMBER);
467 Phone.NUMBER);
469 Phone.NUMBER);
ContactsSource.java 31 import android.provider.ContactsContract.CommonDataKinds.Phone;
240 * such as {@link Phone#TYPE_WORK}. Includes constraints on total number of
291 * {@link Phone#NUMBER}. Includes flags to apply to an {@link EditText}, and
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 29 import com.android.internal.telephony.Phone;
480 ConnectivityManager.TYPE_MOBILE, Phone.FEATURE_ENABLE_MMS);
487 case Phone.APN_ALREADY_ACTIVE:
488 case Phone.APN_REQUEST_STARTED:
507 Phone.FEATURE_ENABLE_MMS);
550 if (result != Phone.APN_ALREADY_ACTIVE) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 25 * specify the general device type such as a phone, a computer, or
155 public static final int PHONE = 0x0200;
175 // Devices in the PHONE major class
  /frameworks/base/docs/html/guide/topics/providers/
content-providers.jd 94 and meaning. For example, information about people and their phone numbers
144 tables &mdash; for example, to find a person's phone number in one table
172 phone numbers to people and the URI for the table that holds pictures of
278 defines constants for the names of the columns in the phone table illustrated
296 primary phone numbers:
325 provider. It gets the name, primary phone number, and unique record ID for
414 The following snippet demonstrates reading names and phone numbers from
522 be to add contact information &mdash; like a phone number or an IM or e-mail
532 example by adding a phone number and e-mail address for the record
540 // Add a phone number for Abraham Lincoln. Begin with the URI fo
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 38 // - keep track of current system state (removable device connections, phone state, user requests...).
71 // indicate a change in phone state. Valid phones states are defined by AudioSystem::audio_mode
192 // over a telephony device during a phone call.
  /packages/apps/Phone/src/com/android/phone/
EditFdnContactScreen.java 17 package com.android.phone;
83 /** projection for phone number query */
86 /** static intent to invoke phone number picker */
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 41 import com.android.internal.telephony.Phone;
51 * # Phone Number
73 private Phone mPhone = null;
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 307 String phone = "+86-13512345678"; local
308 address.setPhone(phone);
309 assertEquals(phone, address.getPhone());
429 "longitude=0.0,phone=null,url=www.google.com,extras=null]";
  /development/host/windows/usb/
android_winusb.inf 132 ClassName = "Android Phone"
  /development/simulator/app/
README 58 "refocus-on-restart" (bool) When runtime rstarts, give focus to phone window.
  /development/simulator/app/assets/htc-audiovox-5600/
layout.xml 15 <!-- (phone image is optional) -->

Completed in 110 milliseconds

<<11121314151617181920>>