HomeSort by relevance Sort by last modified time
    Searched defs:PHONE (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/util/
Patterns.java 159 * might be phone numbers in arbitrary text, not for validating whether
160 * something is in fact a phone number. It will miss many things that
161 * are legitimate phone numbers.
171 public static final Pattern PHONE
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 54 protected static final String PHONE = "phone";
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 31 import android.provider.ContactsContract.CommonDataKinds.Phone;
51 * and additional data such as a nickname, email address or phone number, whichever
61 StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA, Phone.NUMBER
71 int PHONE = 7;
120 String phone; field in class:SplitAggregateView.RawContactInfo
137 if (phone != null) {
138 return phone;
173 } else if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) {
207 if (info.phone == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
208 info.phone = cursor.getString(SplitQuery.PHONE)
    [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);
  /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
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 52 PHONE,
PowerUsageSummary.java 541 addEntry(getString(R.string.power_phone), DrainType.PHONE, phoneOnTimeMs,
  /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...]
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...]
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 175 milliseconds