HomeSort by relevance Sort by last modified time
    Searched refs:ORGANIZATION (Results 1 - 21 of 21) sorted by null

  /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...]
TokenTypes.java 82 public static final int ORGANIZATION = START + 45;
Lexer.java 196 TokenTypes.ORGANIZATION);
  /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...]
NameMap.java 139 putNameMap(ORGANIZATION, Organization.class.getName()); //31
SIPHeaderNames.java 81 public static final String ORGANIZATION = OrganizationHeader.NAME; //31
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 40 # The default organization.
127 if [ -n "$ORGANIZATION" ]; then
128 if [ -f "$ORGANIZATION" ]; then
129 ORGANIZATION="`cat $ORGANIZATION`"
133 ORGANIZATION="$DEFAULT_ORGANIZATION"
134 elif [ -f $HOME/.organization ]; then
135 ORGANIZATION="`cat $HOME/.organization`"
229 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 40 # The default organization.
127 if [ -n "$ORGANIZATION" ]; then
128 if [ -f "$ORGANIZATION" ]; then
129 ORGANIZATION="`cat $ORGANIZATION`"
133 ORGANIZATION="$DEFAULT_ORGANIZATION"
134 elif [ -f $HOME/.organization ]; then
135 ORGANIZATION="`cat $HOME/.organization`"
229 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 40 # The default organization.
127 if [ -n "$ORGANIZATION" ]; then
128 if [ -f "$ORGANIZATION" ]; then
129 ORGANIZATION="`cat $ORGANIZATION`"
133 ORGANIZATION="$DEFAULT_ORGANIZATION"
134 elif [ -f $HOME/.organization ]; then
135 ORGANIZATION="`cat $HOME/.organization`"
229 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 38 import android.provider.ContactsContract.CommonDataKinds.Organization;
106 public static final int ORGANIZATION = 6;
116 String organization; field in class:GlobalSearchSupport.SearchSuggestion
138 boolean hasOrganization = !TextUtils.isEmpty(organization);
148 text2 = organization;
235 if (Organization.COMPANY != Data.DATA1 || Phone.NUMBER != Data.DATA1
247 mMimeTypeIdOrganization = dbHelper.getMimeTypeId(Organization.CONTENT_ITEM_TYPE);
401 if (isSuperPrimary || suggestion.organization == null) {
402 suggestion.organization = c.getString(SearchSuggestionQuery.ORGANIZATION);
    [all...]
ContactsDatabaseHelper.java 56 import android.provider.ContactsContract.CommonDataKinds.Organization;
376 public static final int ORGANIZATION = 5;
2328 String organization = cursor.getString(OrganizationQuery.COMPANY); local
    [all...]
ContactsProvider2.java 109 import android.provider.ContactsContract.CommonDataKinds.Organization;
349 NameLookupType.ORGANIZATION + "," +
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 513 public static final int ORGANIZATION = 30;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java 69 import android.provider.ContactsContract.CommonDataKinds.Organization;
    [all...]

Completed in 198 milliseconds