HomeSort by relevance Sort by last modified time
    Searched defs:EditType (Results 1 - 2 of 2) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java 186 * {@link Data} rows of this kind, including the possible {@link EditType}
219 public List<EditType> typeList;
244 public static class EditType {
253 public EditType(int rawValue, int labelRes) {
259 public EditType setSecondary(boolean secondary) {
264 public EditType setSpecificMax(int specificMax) {
269 public EditType setCustomColumn(String customColumn) {
276 if (object instanceof EditType) {
277 final EditType other = (EditType)object
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountType.java 359 public static class EditType {
370 public EditType(int rawValue, int labelRes) {
376 public EditType setSecondary(boolean secondary) {
381 public EditType setSpecificMax(int specificMax) {
386 public EditType setCustomColumn(String customColumn) {
393 if (object instanceof EditType) {
394 final EditType other = (EditType)object;
416 public static class EventEditType extends EditType {

Completed in 3974 milliseconds