Searched defs:rawValue (Results 1 – 2 of 2) sorted by relevance
208 final Long rawValue = entry.getAsLong(kind.typeColumn); in getCurrentType() local232 final int rawValue = cursor.getInt(index); in getCurrentType() local239 public static EditType getType(DataKind kind, int rawValue) { in getType()252 public static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence()
233 public int rawValue; field in ContactsSource.EditType241 public EditType(int rawValue, int labelRes) { in EditType()