Home
last modified time | relevance | path

Searched refs:SIP_ADDRESS (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DBaseAccountType.java110 static final int SIP_ADDRESS = 130; field
426 kind.actionBody = new SimpleInflater(SipAddress.SIP_ADDRESS); in addDataKindSipAddress()
428 kind.fieldList.add(new EditField(SipAddress.SIP_ADDRESS, in addDataKindSipAddress()
1383 Weight.SIP_ADDRESS, R.layout.text_fields_editor_view, in parseDataKind()
1385 new SimpleInflater(SipAddress.SIP_ADDRESS)); in parseDataKind()
1387 kind.fieldList.add(new EditField(SipAddress.SIP_ADDRESS, in parseDataKind()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java138 final String address = entryValues.getAsString(SipAddress.SIP_ADDRESS); in DataAction()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java362 values.put(SipAddress.SIP_ADDRESS, sipAddress); in insertSipAddress()
DContactsProvider2Test.java1150 values4.put(SipAddress.SIP_ADDRESS, "sip_hot_tamale@example.com"); in testPhonesFilterQueryInter()
1155 values5.put(SipAddress.SIP_ADDRESS, "sip:sip_hot@example.com"); in testPhonesFilterQueryInter()
1436 values2.put(SipAddress.SIP_ADDRESS, "sip@example.com"); in testCallablesQuery()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java797 .add(PhoneLookup.NUMBER, SipAddress.SIP_ADDRESS)