Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DSipAddressDataItem.java34 return getContentValues().getAsString(SipAddress.SIP_ADDRESS); in getSipAddress()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DSipAddressDataItem.java34 return getContentValues().getAsString(SipAddress.SIP_ADDRESS); in getSipAddress()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
H A DDataItemTests.java359 mValues1.put(SipAddress.SIP_ADDRESS, sip1); in testDataItemCollapsing_sip()
360 mValues2.put(SipAddress.SIP_ADDRESS, sip1); in testDataItemCollapsing_sip()
361 mValues3.put(SipAddress.SIP_ADDRESS, sip2); in testDataItemCollapsing_sip()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DBaseAccountType.java115 static final int SIP_ADDRESS = 145; field
418 R.string.label_sip_address, Weight.SIP_ADDRESS, true)); in addDataKindSipAddress()
421 kind.actionBody = new SimpleInflater(SipAddress.SIP_ADDRESS); in addDataKindSipAddress()
423 kind.fieldList.add(new EditField(SipAddress.SIP_ADDRESS, in addDataKindSipAddress()
1335 Weight.SIP_ADDRESS, in parseDataKind()
1337 new SimpleInflater(SipAddress.SIP_ADDRESS)); in parseDataKind()
1339 kind.fieldList.add(new EditField(SipAddress.SIP_ADDRESS, in parseDataKind()
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardImporterTests.java1199 .put(SipAddress.SIP_ADDRESS, "android@android.example.com"); in testSipV30()
1217 .put(SipAddress.SIP_ADDRESS, "888"); in testSipV21()
1221 .put(SipAddress.SIP_ADDRESS, "90-180-360"); in testSipV21()
1236 .put(SipAddress.SIP_ADDRESS, "example@example.com"); in testSipV40()
H A DVCardExporterTests.java1275 .put(SipAddress.SIP_ADDRESS, "gold"); in testSipAddressV21()
1286 .put(SipAddress.SIP_ADDRESS, "android@example.com"); in testSipAddressV30()
1315 .put(SipAddress.SIP_ADDRESS, "android@example.com"); in testSipAddressV40()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DBaseAccountType.java492 Weight.SIP_ADDRESS, in addDataKindSipAddress()
496 kind.actionBody = new SimpleInflater(SipAddress.SIP_ADDRESS); in addDataKindSipAddress()
499 new EditField(SipAddress.SIP_ADDRESS, R.string.label_sip_address, FLAGS_SIP_ADDRESS)); in addDataKindSipAddress()
579 int SIP_ADDRESS = 145; field
1678 Weight.SIP_ADDRESS, in parseDataKind()
1680 new SimpleInflater(SipAddress.SIP_ADDRESS)); in parseDataKind()
1683 new EditField(SipAddress.SIP_ADDRESS, R.string.label_sip_address, FLAGS_SIP_ADDRESS)); in parseDataKind()
/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1790 String sipAddress = contentValues.getAsString(SipAddress.SIP_ADDRESS); in appendSipAddresses()
H A DVCardEntry.java1384 builder.withValue(SipAddress.SIP_ADDRESS, mAddress); in constructInsertOperation()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java345 values.put(SipAddress.SIP_ADDRESS, sipAddress); in insertSipAddress()
H A DContactsProvider2Test.java1592 values4.put(SipAddress.SIP_ADDRESS, "sip_hot_tamale@example.com"); in testPhonesFilterQueryInter()
1597 values5.put(SipAddress.SIP_ADDRESS, "sip:sip_hot@example.com"); in testPhonesFilterQueryInter()
2505 values2.put(SipAddress.SIP_ADDRESS, "sip@example.com"); in testCallablesQuery()
/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java7631 public static final String SIP_ADDRESS = DATA1; field in ContactsContract.CommonDataKinds.SipAddress
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java861 .add(PhoneLookup.NUMBER, SipAddress.SIP_ADDRESS)
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34347 field public static final String SIP_ADDRESS = "data1";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24178 field public static final java.lang.String SIP_ADDRESS = "data1";