Searched refs:PHONE (Results 1 – 7 of 7) sorted by relevance
127 t = Patterns.PHONE.matcher("(919) 555-1212").matches(); in testPhonePattern()130 t = Patterns.PHONE.matcher("2334 9323/54321").matches(); in testPhonePattern()161 Matcher m = Patterns.PHONE.matcher(test); in testPhonePattern()
171 public static final Pattern PHONE field in Patterns
155 public static final int PHONE = 0x0200; field in BluetoothClass.Device.Major
224 gatherLinks(links, text, Patterns.PHONE, in addLinks()
2262 public static final String PHONE = ContactsContract.Intents.Insert.PHONE; field in Contacts.Intents.Insert
512 public static final int PHONE = 20; field5917 public static final String PHONE = "phone"; field in ContactsContract.Intents.Insert
1373 Matcher match = Patterns.PHONE.matcher(number); in isPhoneNumber()