Searched defs:FLAGS_GENERIC_NAME (Results 1 - 3 of 3) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DFallbackSource.java50 protected static final int FLAGS_GENERIC_NAME = EditorInfo.TYPE_CLASS_TEXT field in class:FallbackSource
363 FLAGS_GENERIC_NAME));
365 FLAGS_GENERIC_NAME));
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DBaseAccountType.java69 protected static final int FLAGS_GENERIC_NAME = EditorInfo.TYPE_CLASS_TEXT field in class:BaseAccountType
370 FLAGS_GENERIC_NAME));
372 FLAGS_GENERIC_NAME));
1235 FLAGS_GENERIC_NAME));
1237 FLAGS_GENERIC_NAME));
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DBaseAccountType.java86 protected static final int FLAGS_GENERIC_NAME = field in class:BaseAccountType
441 new EditField(Organization.COMPANY, R.string.ghostData_company, FLAGS_GENERIC_NAME));
443 new EditField(Organization.TITLE, R.string.ghostData_title, FLAGS_GENERIC_NAME));
1545 new EditField(Organization.COMPANY, R.string.ghostData_company, FLAGS_GENERIC_NAME));
1547 new EditField(Organization.TITLE, R.string.ghostData_title, FLAGS_GENERIC_NAME));

Completed in 97 milliseconds