/external/nist-sip/java/gov/nist/javax/sip/parser/ |
OrganizationParser.java | 31 /** Parser for Organization header. 44 * @param organization the header to parse 46 public OrganizationParser(String organization) { 47 super(organization); 60 * @return SIPHeader (Organization object) 67 Organization organization = new Organization(); local 69 headerName(TokenTypes.ORGANIZATION); 71 organization.setHeaderName(SIPHeaderNames.ORGANIZATION) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Organization.java | 36 * Organization SIP Header. 47 public class Organization extends SIPHeader implements OrganizationHeader { 54 * Organization field 56 protected String organization; field in class:Organization 63 return organization; 69 public Organization() { 70 super(ORGANIZATION); 74 * Get the organization field. 78 return organization; 82 * Set the organization membe [all...] |
HeaderFactoryImpl.java | 630 * organization value. 632 * @param organization - the new string value of the organization. 634 * unexpectedly while parsing the organization value. 637 public OrganizationHeader createOrganizationHeader(String organization) 639 if (organization == null) 640 throw new NullPointerException("bad organization arg"); 641 Organization o = new Organization(); 642 o.setOrganization(organization); [all...] |
/external/nist-sip/java/javax/sip/header/ |
OrganizationHeader.java | 6 String NAME = "Organization"; 9 void setOrganization(String organization) throws ParseException;
|
HeaderFactory.java | 98 OrganizationHeader createOrganizationHeader(String organization)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509ObjectIdentifiers.java | 16 /** Subject RDN components: organization = 2.5.4.10 */ 17 static final ASN1ObjectIdentifier organization = new ASN1ObjectIdentifier("2.5.4.10"); field in interface:X509ObjectIdentifiers 28 * {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 } 36 * {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) hashAlgorithm(2) RIPEMD-160(1)} 44 * {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1) rsaSignatureWithripemd160(2) }
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
IntentProvider.java | 163 == ContactsContract.DisplayNameSources.ORGANIZATION) { 164 // This is probably an organization. Instead of copying the organization 165 // name into a name entry, copy it into the organization entry. This 166 // way we will still consider the contact an organization. 167 final ContentValues organization = new ContentValues(); 168 organization.put(ContactsContract.CommonDataKinds.Organization.COMPANY, 170 organization.put(ContactsContract.Data.MIMETYPE, 171 ContactsContract.CommonDataKinds.Organization.CONTENT_ITEM_TYPE) [all...] |
/external/boringssl/src/crypto/x509v3/ |
v3_cpols.c | 130 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT), 312 } else if(!strcmp(cnf->name, "organization")) { 318 if(ia5org) nref->organization->type = V_ASN1_IA5STRING; 319 else nref->organization->type = V_ASN1_VISIBLESTRING; 320 if(!ASN1_STRING_set(nref->organization, cnf->value, 347 (!not->noticeref->noticenos || !not->noticeref->organization)) { 442 ref->organization->data);
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDisplayUtils.java | 116 * Returns the organization of the contact. If several organizations are given, 121 == DisplayNameSources.ORGANIZATION; 125 OrganizationDataItem organization = (OrganizationDataItem) dataItem; local 126 final String company = organization.getCompany(); 127 final String title = organization.getTitle(); 130 // DisplayName is already the organization, it mirrors company or (if company
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactActivity.java | 55 import android.provider.ContactsContract.CommonDataKinds.Organization; 273 Organization.CONTENT_ITEM_TYPE, 1401 final OrganizationDataItem organization = (OrganizationDataItem) dataItem; local 2402 final ContentValues organization = new ContentValues(); local [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardEntry.java | 32 import android.provider.ContactsContract.CommonDataKinds.Organization; 71 private static final int DEFAULT_ORGANIZATION_TYPE = Organization.TYPE_WORK; 92 ORGANIZATION, 781 builder.withValueBackReference(Organization.RAW_CONTACT_ID, backReferenceIndex); 782 builder.withValue(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); 783 builder.withValue(Organization.TYPE, mType); 785 builder.withValue(Organization.COMPANY, mOrganizationName); 788 builder.withValue(Organization.DEPARTMENT, mDepartmentName); 791 builder.withValue(Organization.TITLE, mTitle); 794 builder.withValue(Organization.PHONETIC_NAME, mPhoneticName) 816 OrganizationData organization = (OrganizationData) obj; local [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-model-3.2.1.jar | |
maven-core-3.2.1.jar | |
/external/libvorbis/doc/ |
05-comment.tex | 130 \item[ORGANIZATION] 131 Name of the organization producing the track (i.e.
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
LegacyContactsProviderTest.java | 164 // Remove the original primary organization 172 // Remove the remaining organization 759 private void assertSearchSuggestion(boolean name, boolean photo, boolean organization, 783 if (organization) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | [all...] |
/external/boringssl/src/include/openssl/ |
x509v3.h | 279 ASN1_STRING *organization; member in struct:NOTICEREF_st
|
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/ |
bndlib-1.50.0.jar | |
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/ |
bnd-1.50.0.jar | |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |