Home
last modified time | relevance | path

Searched refs:SipAddress (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardImporterTests.java27 import android.provider.ContactsContract.CommonDataKinds.SipAddress;
1224 elem.addExpected(SipAddress.CONTENT_ITEM_TYPE) in testSipV30()
1225 .put(SipAddress.TYPE, SipAddress.TYPE_CUSTOM) in testSipV30()
1226 .put(SipAddress.LABEL, "personal") in testSipV30()
1227 .put(SipAddress.SIP_ADDRESS, "android@android.example.com"); in testSipV30()
1243 elem.addExpected(SipAddress.CONTENT_ITEM_TYPE) in testSipV21()
1244 .put(SipAddress.TYPE, SipAddress.TYPE_OTHER) in testSipV21()
1245 .put(SipAddress.SIP_ADDRESS, "888"); in testSipV21()
1247 elem.addExpected(SipAddress.CONTENT_ITEM_TYPE) in testSipV21()
1248 .put(SipAddress.TYPE, SipAddress.TYPE_OTHER) in testSipV21()
[all …]
DVCardExporterTests.java36 import android.provider.ContactsContract.CommonDataKinds.SipAddress;
1314 entry.addContentValues(SipAddress.CONTENT_ITEM_TYPE) in testSipAddressV21()
1315 .put(SipAddress.SIP_ADDRESS, "gold"); in testSipAddressV21()
1325 entry.addContentValues(SipAddress.CONTENT_ITEM_TYPE) in testSipAddressV30()
1326 .put(SipAddress.SIP_ADDRESS, "android@example.com"); in testSipAddressV30()
1354 entry.addContentValues(SipAddress.CONTENT_ITEM_TYPE) in testSipAddressV40()
1355 .put(SipAddress.SIP_ADDRESS, "android@example.com"); in testSipAddressV40()
DVCardEntryTests.java48 import android.provider.ContactsContract.CommonDataKinds.SipAddress;
274 SipData sipData = new SipData("sip:sipdata", SipAddress.TYPE_OTHER, null, false); in testEntryElementIterator()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java35 import android.provider.ContactsContract.CommonDataKinds.SipAddress;
1382 builder.withValueBackReference(SipAddress.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
1383 builder.withValue(Data.MIMETYPE, SipAddress.CONTENT_ITEM_TYPE); in constructInsertOperation()
1384 builder.withValue(SipAddress.SIP_ADDRESS, mAddress); in constructInsertOperation()
1385 builder.withValue(SipAddress.TYPE, mType); in constructInsertOperation()
1386 if (mType == SipAddress.TYPE_CUSTOM) { in constructInsertOperation()
1387 builder.withValue(SipAddress.LABEL, mLabel); in constructInsertOperation()
1390 builder.withValue(SipAddress.IS_PRIMARY, mIsPrimary); in constructInsertOperation()
2462 type = SipAddress.TYPE_HOME; in handleSipCase()
2464 type = SipAddress.TYPE_WORK; in handleSipCase()
[all …]
DVCardComposer.java36 import android.provider.ContactsContract.CommonDataKinds.SipAddress;
609 .appendSipAddresses(contentValuesListMap.get(SipAddress.CONTENT_ITEM_TYPE)); in buildVCard()
DVCardBuilder.java28 import android.provider.ContactsContract.CommonDataKinds.SipAddress;
1794 String sipAddress = contentValues.getAsString(SipAddress.SIP_ADDRESS); in appendSipAddresses()
/frameworks/base/core/java/android/provider/
DContactsContract.java7733 public static final class SipAddress implements DataColumnsWithJoins, CommonColumns, class in ContactsContract.CommonDataKinds
7738 private SipAddress() {} in SipAddress() method in ContactsContract.CommonDataKinds.SipAddress
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24171 …public static final class ContactsContract.CommonDataKinds.SipAddress implements android.provider.…
/frameworks/base/core/api/
Dcurrent.txt36384 …@Deprecated public static final class ContactsContract.CommonDataKinds.SipAddress implements andro…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt41098 Landroid/provider/ContactsContract$CommonDataKinds$SipAddress;-><init>()V