HomeSort by relevance Sort by last modified time
    Searched full:phone (Results 326 - 350 of 867) sorted by null

<<11121314151617181920>>

  /packages/apps/Tag/src/com/android/vcard/
VCardParser.java 30 * local encoding to it. For example, Japanese phone career uses Shift_JIS, which is
  /development/simulator/app/
PhoneWindow.h 4 // Window with simulated phone.
17 * This window displays the simulated phone views, and handles keyboard and
46 /* this is called when the phone data is reloaded */
  /external/quake/quake/src/WinQuake/data/
HELP.TXT 28 places the call on your phone bill.
64 Phone number:
118 include your full name, address, phone number, and the problem
ORDER.TXT 47 International phone orders will NOT be accepted. Unfortunately, due
55 PO BOX 4500 Phone: 1800 id games
93 Phone: Fax: Email:
  /external/sqlite/android/
PhoneNumberUtilsTest.cpp 118 // Two continuous 0 at the beginieng of the phone string should not be
139 // in the U.S. people often use alpha in the phone number to easily remember it
141 // phone number in Contacts and others, we should make sure the comparison method
PhoneNumberUtils.cpp 138 * digit to compare two phone numbers.
260 * Compare phone numbers a and b, return true if they're identical
268 * "the display language is English but the phone should be in Japan", but
270 * in the country where the phone is used. More specifically, "880-1234-1234"
271 * is not valid phone number in Japan since the trunk prefix in Japan is not 8
312 // Different Country Calling Code. Must be different phone number.
  /external/srec/config/en.us/grammars/
enroll.grxml 15 <ruleref uri="#PHONE"/>
16 <tag>V=PHONE.V;</tag>
20 <rule id="PHONE">
  /frameworks/base/cmds/servicemanager/
service_manager.c 38 { AID_RADIO, "radio.phone" },
42 /* TODO: remove after phone services are updated: */
43 { AID_RADIO, "phone" },
  /frameworks/base/docs/html/guide/appendix/
app-intents.jd 31 <td><p>Calls the entered phone number. Valid telephone numbers as defined
56 (or the stored voicemail on the phone). Telephone number normalization
95 FOV. This means that the horizontal FOV of an Android phone in portrait
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccRecords.java 36 protected PhoneBase phone; field in class:IccRecords
79 this.phone = p;
132 new AdnRecordLoader(phone).updateEF(adn, EF_MSISDN, EF_EXT1, 1, null,
TelephonyProperties.java 48 //TODO: most of these proprieties are generic, substitute gsm. with phone. bug 1856959
75 static final String CURRENT_ACTIVE_PHONE = "gsm.current.phone-type";
104 /** Indicate if phone is in emergency callback mode */
MccTable.java 575 * @param phone PhoneBae to act on.
578 public static void updateMccMncConfiguration(PhoneBase phone, String mccmnc) {
593 setTimezoneFromMccIfNeeded(phone, mcc);
594 setLocaleFromMccIfNeeded(phone, mcc);
595 setWifiChannelsFromMcc(phone, mcc);
614 * @param phone PhoneBase to act on (get context from).
617 private static void setTimezoneFromMccIfNeeded(PhoneBase phone, int mcc) {
622 Context context = phone.getContext();
634 * @param phone PhoneBase to act on.
637 private static void setLocaleFromMccIfNeeded(PhoneBase phone, int mcc)
    [all...]
  /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;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCall.java 23 import com.android.internal.telephony.Phone;
71 public Phone
73 return owner.phone;
  /packages/apps/Settings/res/xml/
device_info_status.xml 35 <!-- This menu item is only for CDMA phone -->
41 <!-- This menu item is only for CDMA phone -->
47 <!-- This menu item is only for CDMA phone -->
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 57 import com.android.internal.telephony.Phone;
1417 TelephonyManager phone = (TelephonyManager) local
1450 TelephonyManager phone = (TelephonyManager) local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 40 import com.android.internal.telephony.Phone;
122 return Phone.PHONE_TYPE_SIP;
154 * Notify any interested party of a Phone state change {@link Phone.State}
435 Log.d(LOG_TAG, " ^^^ new phone state: " + state);
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 46 * corresponding class under apps/Phone. Let's figure out a way to
113 // if the phone is keyguard-restricted, then just ignore this
115 // exposed unless the phone is unlocked, and this code can be
133 // around it. Instead we fill in the the requested phone number into
174 return ITelephony.Stub.asInterface(ServiceManager.getService("phone"))
RecentCallsListActivity.java 50 import android.provider.ContactsContract.CommonDataKinds.Phone;
172 * allocations when formatting phone numbers.
215 // Here, "number" can either be a PSTN phone number or a
424 // "number" is a regular phone number, so use the
447 // New incoming phone number invalidates our formatted
651 // Format and cache phone number for found contact
669 // Format the cached call_log phone number
684 numberLabel = Phone.getDisplayLabel(context, ntype, label,
    [all...]
  /frameworks/base/core/java/android/app/
AlarmManager.java 34 * onReceive() method is executing. This guarantees that the phone will not sleep
36 * Alarm Manager releases this wake lock. This means that the phone will in some
39 * is possible that the phone will sleep before the requested service is launched.
41 * separate wake lock policy to ensure that the phone continues running until the
116 * phone was asleep may have a count greater than one when delivered.
161 * set a recurring alarm for the top of every hour but the phone was asleep
162 * from 7:45 until 8:45, an alarm will be sent as soon as the phone awakens,
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 47 import android.provider.ContactsContract.CommonDataKinds.Phone;
75 CommonDataKinds.Phone.TYPE, // 1
76 CommonDataKinds.Phone.LABEL, // 2
77 CommonDataKinds.Phone.NUMBER, // 3
91 static final String SORT_ORDER_PHONE_NUMBER = CommonDataKinds.Phone.NUMBER + " ASC";
119 String vcard = composer.composeVCardForPhoneOwnNumber(Phone.TYPE_MOBILE, name, number,
522 if (V) Log.v(TAG, "phone own number vcard:");
  /frameworks/base/core/java/android/provider/
ContactsContract.java 59 * as a phone number or email addresses. The set of data kinds that can be
387 * An indicator of whether this contact has at least one phone number. "1" if there is
388 * at least one phone number, "0" otherwise.
512 public static final int PHONE = 20;
686 * <li>If you need to look up a contact by the phone number, use
755 * <td>An indicator of whether this contact has at least one phone number.
756 * "1" if there is at least one phone number, "0" otherwise.</td>
    [all...]
  /packages/apps/Contacts/res/values-fr/
strings.xml 21 <string name="launcherDialer" msgid="8636288196618486553">"Téléphone"</string>
48 <string name="menu_makeDefaultNumber" msgid="4838759253316649534">"Numéro téléphone par défaut"</string>
83 <string name="phoneLabelsGroup" msgid="6468091477851199285">"Téléphone"</string>
91 <string name="photoPickerNotFoundText" msgid="431331662154342581">"Aucune image disponible sur le téléphone."</string>
102 <string name="noContactsWithPhoneNumbers" msgid="1605457050218824269">"Aucun contact disposant d\'un numéro téléphone."</string>
104 <string name="showFilterPhonesDescrip" msgid="6644443248815191067">"Afficher uniquement les contacts avec un numéro de téléphone"</string>
110 <item quantity="other" msgid="3816047547470490208">"<xliff:g id="COUNT_0">%1$d</xliff:g> contacts, dont <xliff:g id="COUNTWITHPHONES">%2$d</xliff:g> avec un téléphone"</item>
117 <item quantity="one" msgid="8721111084815668845">"Afficher 1 contact avec son numéro de téléphone"</item>
118 <item quantity="other" msgid="6133262880804110289">"Affichage de <xliff:g id="COUNT">%d</xliff:g> contacts avec numéro de téléphone"</item>
120 <string name="listTotalPhoneContactsZero" msgid="2756295259674938869">"Aucun contact visible avec numéro de téléphone"</string
    [all...]
  /frameworks/base/core/java/android/text/util/
Linkify.java 68 * Bit field indicating that phone numbers should be matched in methods that
87 * phone number.
111 * phone number.
130 * Transforms matched phone number text into something suitable
174 * For example: when converting a phone number such as (919) 555-1212
224 gatherLinks(links, text, Patterns.PHONE,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 207 // phone state, connected devices...
209 // by current state (device connected, phone state, force use, a2dp output...)
250 // changed: connected device, phone state, force use...
259 // changed: connected device, phone state, force use, output start, output stop..
264 // changed: connected device, phone state, force use...
294 int mPhoneState; // current phone state

Completed in 852 milliseconds

<<11121314151617181920>>