Home
last modified time | relevance | path

Searched refs:Phone (Results 1 – 25 of 95) sorted by relevance

1234

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
DResolverTest.java44 Phone phone1 = new Phone("12-34-567"); in testAddImplicitResolver()
45 Phone phone2 = new Phone("11-22-333"); in testAddImplicitResolver()
46 Phone phone3 = new Phone("44-55-777"); in testAddImplicitResolver()
47 List<Phone> etalonList = new ArrayList<Phone>(); in testAddImplicitResolver()
53 List<Phone> parsedList = (List<Phone>) yaml.load(output); in testAddImplicitResolver()
69 map.put("a", new Phone("12-34-567")); in testAddImplicitResolver2()
75 class Phone { class in ResolverTest
78 public Phone(String n) { in Phone() method in ResolverTest.Phone
88 if (!(obj instanceof Phone)) { in equals()
102 this.representers.put(Phone.class, new RepresentPhone()); in MyRepresenter()
[all …]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABDbUtil.java46 import android.provider.ContactsContract.CommonDataKinds.Phone;
98 ContactsContract.CommonDataKinds.Phone._ID, in validateAndSyncFromContactsDb()
99 ContactsContract.CommonDataKinds.Phone.NUMBER, in validateAndSyncFromContactsDb()
100 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME, in validateAndSyncFromContactsDb()
101 ContactsContract.CommonDataKinds.Phone.RAW_CONTACT_ID, in validateAndSyncFromContactsDb()
102 ContactsContract.CommonDataKinds.Phone.CONTACT_ID }; in validateAndSyncFromContactsDb()
106 ContactsContract.CommonDataKinds.Phone.CONTENT_URI, in validateAndSyncFromContactsDb()
108 ContactsContract.CommonDataKinds.Phone.CONTACT_ID in validateAndSyncFromContactsDb()
120 ContactsContract.CommonDataKinds.Phone.NUMBER)); in validateAndSyncFromContactsDb()
123 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME)); in validateAndSyncFromContactsDb()
[all …]
DContactDbUtil.java41 import android.provider.ContactsContract.CommonDataKinds.Phone;
55 String selection = ContactsContract.Data.MIMETYPE + " = '" + Phone.CONTENT_ITEM_TYPE + "'"; in resetVtCapability()
70 String selection = ContactsContract.Data.MIMETYPE + " = '" + Phone.CONTENT_ITEM_TYPE in updateVtCapability()
DEABService.java49 import android.provider.ContactsContract.CommonDataKinds.Phone;
454 String selection = ContactsContract.Data.MIMETYPE + " = '" + Phone.CONTENT_ITEM_TYPE + in checkForContactNumberChanges()
603 + Phone.CONTENT_ITEM_TYPE + "' AND " + in checkForPhoneNumberDelete()
771 Phone.CONTENT_ITEM_TYPE + "' AND " in checkForProfileNumberChanges()
928 Phone.CONTENT_ITEM_TYPE + "'"; in checkForDeletedProfileContacts()
/external/guice/examples/src/example/xml/
DMain.java39 Phone phone = injector.getInstance(Phone.class); in main()
DPhone.java3 public class Phone { class
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresencePublication.java36 import com.android.internal.telephony.Phone;
140 private int mPreferredTtyMode = Phone.TTY_MODE_OFF;
180 Phone.TTY_MODE_OFF); in PresencePublication()
1079 return Phone.TTY_MODE_OFF != mode; in isTtyEnabled()
1085 return Phone.TTY_MODE_FULL; in telecomTtyModeToPhoneMode()
1087 return Phone.TTY_MODE_VCO; in telecomTtyModeToPhoneMode()
1089 return Phone.TTY_MODE_HCO; in telecomTtyModeToPhoneMode()
1092 return Phone.TTY_MODE_OFF; in telecomTtyModeToPhoneMode()
/external/libphonenumber/demo/war/
Dphonenumberparser.jsp7 <h2>Phone Number Parser Demo</h2>
12 Specify a Phone Number: <input type="text" name="phoneNumber" size="25">
/external/libmtp/logs/
Dmtp-detect-lg-vx8550.txt5 LG Electronics, Inc.: V CAST Mobile Phone - VX8550 (1004:6010) @ bus 0, dev 7
23 Product: V CAST Mobile Phone - VX8550
39 Model: Verizon Music Phone
180 StorageDescription: Phone Internal Memory
201 Friendly name: V CAST Mobile Phone
Dmtp-detect-motorola-v3m-verizon.txt30 Model: Verizon Music Phone
98 StorageDescription: Phone Internal Memory
119 Friendly name: V CAST Mobile Phone
Dmtp-detect-nokia-5800.txt126 StorageDescription: Phone memory (NOKIA)
Dmtp-detect-sonyericsson-w890i.txt117 StorageDescription: Phone Memory
Dmtp-detect-samsung-gt-i9300.txt139 StorageDescription: Phone
Dmtp-detect-samsung-sgh-a707.txt299 StorageDescription: Phone
Dmtp-detect-motorola-v750.txt29 Model: Verizon Music Phone
280 Friendly name: V CAST Mobile Phone - External Memory
Dmtp-detect-nokia-6205.txt29 Model: Verizon Music Phone
280 Friendly name: V CAST Mobile Phone - External Memory
/external/python/cpython2/Lib/ctypes/test/
Dtest_structures.py280 class Phone(Structure): class
286 ("phone", Phone),
313 class Phone(Structure): class
319 ("phone", Phone),
/external/libphonenumber/
DREADME.android4 Description: Google Phone Number Library.
/external/protobuf/csharp/
DREADME.md26 - Windows Phone Silverlight 8
27 - Windows Phone 8.1
/external/python/cpython3/Lib/ctypes/test/
Dtest_structures.py283 class Phone(Structure): class
289 ("phone", Phone),
316 class Phone(Structure): class
322 ("phone", Phone),
/external/markdown/tests/extensions-x-tables/
Dtables.txt17 | Phone | $12 |
/external/ukey2/src/main/proto/
Dpasswordless_auth_payloads.proto36 // 0: Phone approved login without consulting the user.
/external/libtextclassifier/annotator/
Dcollections.h107 static const std::string& Phone() { in Phone() function
/external/libgsm/
DREADME32 Fax: +49.30.31425156, Phone: +49.30.31424315
/external/scapy/scapy/contrib/
Dcdp.uts40 …0\x08\x00\x00\x00\x10\x00\x05\x00\x10P003-08-2-00\x00\x06\x00\x17Cisco IP Phone 7960\x00\x0f\x00\x…

1234