Searched refs:FLAGS_PERSON_NAME (Results 1 – 4 of 4) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
D | ExchangeAccountType.java | 91 FLAGS_PERSON_NAME).setOptional(true)); in addDataKindStructuredName() 93 R.string.name_family, FLAGS_PERSON_NAME)); in addDataKindStructuredName() 95 R.string.name_middle, FLAGS_PERSON_NAME)); in addDataKindStructuredName() 97 R.string.name_given, FLAGS_PERSON_NAME)); in addDataKindStructuredName() 99 R.string.name_suffix, FLAGS_PERSON_NAME)); in addDataKindStructuredName() 120 FLAGS_PERSON_NAME).setOptional(true)); in addDataKindDisplayName() 123 R.string.name_family, FLAGS_PERSON_NAME)); in addDataKindDisplayName() 125 R.string.name_middle, FLAGS_PERSON_NAME).setOptional(true)); in addDataKindDisplayName() 127 R.string.name_given, FLAGS_PERSON_NAME)); in addDataKindDisplayName() 130 R.string.name_given, FLAGS_PERSON_NAME)); in addDataKindDisplayName() [all …]
|
D | BaseAccountType.java | 63 protected static final int FLAGS_PERSON_NAME = EditorInfo.TYPE_CLASS_TEXT field in BaseAccountType 158 R.string.full_name, FLAGS_PERSON_NAME)); in addDataKindStructuredName() 160 FLAGS_PERSON_NAME).setLongForm(true)); in addDataKindStructuredName() 162 FLAGS_PERSON_NAME).setLongForm(true)); in addDataKindStructuredName() 164 FLAGS_PERSON_NAME).setLongForm(true)); in addDataKindStructuredName() 166 FLAGS_PERSON_NAME).setLongForm(true)); in addDataKindStructuredName() 168 FLAGS_PERSON_NAME).setLongForm(true)); in addDataKindStructuredName() 188 R.string.full_name, FLAGS_PERSON_NAME).setShortForm(true)); in addDataKindDisplayName() 195 FLAGS_PERSON_NAME).setLongForm(true)); in addDataKindDisplayName() 197 FLAGS_PERSON_NAME).setLongForm(true)); in addDataKindDisplayName() [all …]
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ExchangeSource.java | 75 FLAGS_PERSON_NAME).setOptional(true)); in inflateStructuredName() 78 R.string.name_family, FLAGS_PERSON_NAME)); in inflateStructuredName() 80 R.string.name_middle, FLAGS_PERSON_NAME).setOptional(true)); in inflateStructuredName() 82 R.string.name_given, FLAGS_PERSON_NAME)); in inflateStructuredName() 84 R.string.name_suffix, FLAGS_PERSON_NAME).setOptional(true)); in inflateStructuredName() 91 R.string.name_given, FLAGS_PERSON_NAME)); in inflateStructuredName() 93 R.string.name_middle, FLAGS_PERSON_NAME).setOptional(true)); in inflateStructuredName() 95 R.string.name_family, FLAGS_PERSON_NAME)); in inflateStructuredName() 97 R.string.name_suffix, FLAGS_PERSON_NAME).setOptional(true)); in inflateStructuredName() 117 FLAGS_PERSON_NAME)); in inflateNickname()
|
D | FallbackSource.java | 46 protected static final int FLAGS_PERSON_NAME = EditorInfo.TYPE_CLASS_TEXT field in FallbackSource 118 FLAGS_PERSON_NAME).setOptional(true)); in inflateStructuredName() 121 FLAGS_PERSON_NAME)); in inflateStructuredName() 123 FLAGS_PERSON_NAME).setOptional(true)); in inflateStructuredName() 125 FLAGS_PERSON_NAME)); in inflateStructuredName() 127 FLAGS_PERSON_NAME).setOptional(true)); in inflateStructuredName() 136 FLAGS_PERSON_NAME)); in inflateStructuredName() 138 FLAGS_PERSON_NAME).setOptional(true)); in inflateStructuredName() 140 FLAGS_PERSON_NAME)); in inflateStructuredName() 142 FLAGS_PERSON_NAME).setOptional(true)); in inflateStructuredName() [all …]
|