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

  /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()
  /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);
  /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);
  /cts/tests/tests/telecom/src/android/telecom/cts/
DataObjectUnitTests.java 60 Uri tel = Uri.parse("tel:555-TEST"); local
63 .setAddress(tel)
64 .setSubscriptionAddress(tel)
68 .setSupportedUriSchemes(Arrays.asList("tel"))
73 assertEquals(tel, account.getAddress());
74 assertEquals(tel, account.getSubscriptionAddress());
79 assertEquals(Arrays.asList("tel"), account.getSupportedUriSchemes());
91 assertEquals(tel, parcelAccount.getAddress());
92 assertEquals(tel, parcelAccount.getSubscriptionAddress())
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 1438 StringBuffer tel; local
    [all...]

Completed in 120 milliseconds