/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardImporterTests.java | 24 import android.provider.ContactsContract.CommonDataKinds.Organization; 489 elem.addExpected(Organization.CONTENT_ITEM_TYPE) in testOrgBeforTitle() 490 .put(Organization.COMPANY, "Company") in testOrgBeforTitle() 491 .put(Organization.DEPARTMENT, "Organization Devision Room Sheet No.") in testOrgBeforTitle() 492 .put(Organization.TITLE, "Excellent Janitor") in testOrgBeforTitle() 493 .put(Organization.TYPE, Organization.TYPE_WORK); in testOrgBeforTitle() 501 elem.addExpected(Organization.CONTENT_ITEM_TYPE) in testTitleBeforOrg() 502 .put(Organization.COMPANY, "Marverous") in testTitleBeforOrg() 503 .put(Organization.DEPARTMENT, "Perfect Great Good Bad Poor") in testTitleBeforOrg() 504 .put(Organization.TITLE, "Cool Title") in testTitleBeforOrg() [all …]
|
D | VCardExporterTests.java | 32 import android.provider.ContactsContract.CommonDataKinds.Organization; 931 entry.addContentValues(Organization.CONTENT_ITEM_TYPE) in testOrganizationCommon() 932 .put(Organization.COMPANY, "CompanyX") in testOrganizationCommon() 933 .put(Organization.DEPARTMENT, "DepartmentY") in testOrganizationCommon() 934 .put(Organization.TITLE, "TitleZ") in testOrganizationCommon() 935 .put(Organization.JOB_DESCRIPTION, "Description Rambda") // Ignored. in testOrganizationCommon() 936 .put(Organization.OFFICE_LOCATION, "Mountain View") // Ignored. in testOrganizationCommon() 937 .put(Organization.PHONETIC_NAME, "PhoneticName!") // Ignored in testOrganizationCommon() 938 .put(Organization.SYMBOL, "(^o^)/~~"); // Ignore him (her). in testOrganizationCommon() 939 entry.addContentValues(Organization.CONTENT_ITEM_TYPE) in testOrganizationCommon() [all …]
|
D | VCardEntryTests.java | 45 import android.provider.ContactsContract.CommonDataKinds.Organization; 249 "organization", "depertment", null, null, Organization.TYPE_WORK, false); in testEntryElementIterator()
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_org_before_title.vcf | 4 ORG:Company;Organization;Devision;Room;Sheet No.
|
/frameworks/av/drm/mediacas/plugins/clearkey/ |
D | ecm_generator.h | 37 class Organization; variable
|
/frameworks/av/drm/mediacas/plugins/clearkey/protos/ |
D | license_protos.proto | 40 // Organization-specified name of the asset. Required. Must not be empty. 45 // Organization table and part of the primary key for the Asset table.
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 32 import android.provider.ContactsContract.CommonDataKinds.Organization; 71 private static final int DEFAULT_ORGANIZATION_TYPE = Organization.TYPE_WORK; 793 builder.withValueBackReference(Organization.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation() 794 builder.withValue(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); in constructInsertOperation() 795 builder.withValue(Organization.TYPE, mType); in constructInsertOperation() 797 builder.withValue(Organization.COMPANY, mOrganizationName); in constructInsertOperation() 800 builder.withValue(Organization.DEPARTMENT, mDepartmentName); in constructInsertOperation() 803 builder.withValue(Organization.TITLE, mTitle); in constructInsertOperation() 806 builder.withValue(Organization.PHONETIC_NAME, mPhoneticName); in constructInsertOperation() 809 builder.withValue(Organization.IS_PRIMARY, 1); in constructInsertOperation() [all …]
|
D | VCardComposer.java | 32 import android.provider.ContactsContract.CommonDataKinds.Organization; 623 Organization.CONTENT_ITEM_TYPE)); in buildVCard()
|
D | VCardBuilder.java | 24 import android.provider.ContactsContract.CommonDataKinds.Organization; 1259 String company = contentValues.getAsString(Organization.COMPANY); in appendOrganizations() 1263 String department = contentValues.getAsString(Organization.DEPARTMENT); in appendOrganizations() 1267 String title = contentValues.getAsString(Organization.TITLE); in appendOrganizations()
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 88 ### Module Organization
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 7138 public static final class Organization implements DataColumnsWithJoins, CommonColumns, class in ContactsContract.CommonDataKinds 7143 private Organization() {} in Organization() method in ContactsContract.CommonDataKinds.Organization
|
/frameworks/base/boot/ |
D | preloaded-classes | 13612 gov.nist.javax.sip.header.Organization
|
D | boot-image-profile.txt | 36058 Lgov/nist/javax/sip/header/Organization;
|
/frameworks/base/config/ |
D | preloaded-classes | 14101 gov.nist.javax.sip.header.Organization
|
D | boot-image-profile.txt | 46677 Lgov/nist/javax/sip/header/Organization;
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24084 …public static final class ContactsContract.CommonDataKinds.Organization implements android.provide…
|
/frameworks/base/core/api/ |
D | current.txt | 36294 …public static final class ContactsContract.CommonDataKinds.Organization implements android.provide…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 41092 Landroid/provider/ContactsContract$CommonDataKinds$Organization;-><init>()V
|