Searched refs:FLAGS_PHONE (Results 1 – 7 of 7) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
D | GoogleAccountType.java | 101 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in addDataKindPhone()
|
D | SamsungAccountType.java | 147 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in addDataKindPhone()
|
D | ExchangeAccountType.java | 198 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in addDataKindPhone()
|
D | BaseAccountType.java | 60 protected static final int FLAGS_PHONE = EditorInfo.TYPE_CLASS_PHONE; field in BaseAccountType 290 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in addDataKindPhone() 1052 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in parseDataKind()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | GoogleSource.java | 100 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in inflatePhone()
|
D | FallbackSource.java | 43 protected static final int FLAGS_PHONE = EditorInfo.TYPE_CLASS_PHONE; field in FallbackSource 217 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in inflatePhone()
|
D | ExchangeSource.java | 149 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in inflatePhone()
|