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

  /packages/apps/Contacts/src/com/android/contacts/model/
AccountType.java 294 public String customColumn;
312 public EditType setCustomColumn(String customColumn) {
313 this.customColumn = customColumn;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java 251 public String customColumn;
269 public EditType setCustomColumn(String customColumn) {
270 this.customColumn = customColumn;

Completed in 50 milliseconds