Home
last modified time | relevance | path

Searched defs:rawValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DEntityModifier.java208 final Long rawValue = entry.getAsLong(kind.typeColumn); in getCurrentType() local
232 final int rawValue = cursor.getInt(index); in getCurrentType() local
239 public static EditType getType(DataKind kind, int rawValue) { in getType()
252 public static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence()
DContactsSource.java233 public int rawValue; field in ContactsSource.EditType
241 public EditType(int rawValue, int labelRes) { in EditType()