HomeSort by relevance Sort by last modified time
    Searched refs:tel (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TelephoneInputType.cpp 51 return InputTypeNames::tel;
InputType.cpp 101 map->add(InputTypeNames::tel, TelephoneInputType::create);
  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 57 String tel = "81 (90) 555-1212"; local
58 Uri dummyContactUri = Uri.fromParts("tel", tel, null);
73 String tel = "81 (90) 555-1212";
74 Uri dummyContactUri = Uri.fromParts("tel", tel, null);
  /developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 57 String tel = "81 (90) 555-1212"; local
58 Uri dummyContactUri = Uri.fromParts("tel", tel, null);
73 String tel = "81 (90) 555-1212";
74 Uri dummyContactUri = Uri.fromParts("tel", tel, null);
  /external/chromium_org/chrome/browser/resources/gaia_auth/
keyboard_ui.css 9 input[type=tel]:focus,
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnrapi.cpp 57 UnicodeString tel, nfkc, nfkd; local
58 tel=UnicodeString(1, (UChar32)0x2121, 10);
59 tel.insert(1, (UChar)0x301);
62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode);
63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode);
68 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape()
  /external/icu/icu4c/source/test/intltest/
tstnrapi.cpp 57 UnicodeString tel, nfkc, nfkd; local
58 tel=UnicodeString(1, (UChar32)0x2121, 10);
59 tel.insert(1, (UChar)0x301);
62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode);
63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode);
68 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape()
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 67 if ("tel".equals(scheme)) {
78 boolean tel = "tel".equals(scheme);
80 if (tel || sms) {
86 if (tel) {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageBuilder.java 53 private final static String VCARD_TEL = "TEL:";
128 List<PhoneData> tel = vcard.getPhoneList(); local
137 if (tel != null && tel.size() > 0) {
138 mBmsg.append(VCARD_TEL).append(tel.get(0).getNumber()).append(CRLF);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
focus_util.js 37 'tel' : true,
dom_util.js 55 'tel' : 'input_type_tel',
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 645 * @param tel Telephone subscriber field to set.
647 public void setTelephoneSubscriber(TelephoneNumber tel) {
648 telephoneSubscriber = tel;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 47 'mms', '', 'sftp', 'tel']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 47 'mms', '', 'sftp', 'tel']
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 493 submit:"input_type_submit", tel:"input_type_tel", text:"input_type_text", url:"input_type_url", week:"input_type_week"};
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-1.6.2.min.js     [all...]
  /external/chromium_org/third_party/flot/
jquery.min.js     [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
jquery-1.6.4.js     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]

Completed in 1288 milliseconds

1 2