Searched refs:PHONE (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
H A DPatternsTest.java149 t = Patterns.PHONE.matcher("(919) 555-1212").matches();
152 t = Patterns.PHONE.matcher("2334 9323/54321").matches();
183 Matcher m = Patterns.PHONE.matcher(test);
/frameworks/base/core/java/android/util/
H A DPatterns.java171 public static final Pattern PHONE field in class:Patterns
/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java30 public static final Query PHONE = new Query(new String[] { field in class:Queries
H A DRecipientAlternatesAdapter.java78 query = Queries.PHONE;
149 mQuery = Queries.PHONE;
167 Queries.PHONE.getContentUri(),
168 Queries.PHONE.getProjection(),
169 Queries.PHONE.getProjection()[Queries.Query.CONTACT_ID] + " =?", new String[] {
H A DRecipientEntry.java125 * {@link DisplayNameSources#PHONE} we use the contact's display name, but if not,
131 return (displayNameSource > DisplayNameSources.PHONE) ? displayName : destination;
H A DBaseRecipientAdapter.java514 mQuery = Queries.PHONE;
H A DRecipientEditTextView.java901 Matcher match = Patterns.PHONE.matcher(number);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java155 public static final int PHONE = 0x0200; field in class:BluetoothClass.Device.Major
175 // Devices in the PHONE major class
/frameworks/base/core/java/android/text/util/
H A DLinkify.java224 gatherLinks(links, text, Patterns.PHONE,
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java224 addIntent.putExtra(ContactsContract.Intents.Insert.PHONE, decodedPhoneExtra);
/frameworks/base/core/java/android/provider/
H A DContacts.java2262 public static final String PHONE = ContactsContract.Intents.Insert.PHONE; field in class:Contacts.Intents.Insert
H A DTelephony.java1412 Matcher match = Patterns.PHONE.matcher(number);
H A DContactsContract.java1045 * of increasing priority: {@link #EMAIL}, {@link #PHONE},
1051 public static final int PHONE = 20; field in interface:ContactsContract.DisplayNameSources
8123 public static final String PHONE = "phone"; field in class:ContactsContract.Intents.Insert
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java88 PHONE, enum constant in enum:VCardEntry.EntryLabel
375 return EntryLabel.PHONE;

Completed in 955 milliseconds