Searched defs:rawValue (Results 1 – 5 of 5) sorted by relevance
63 VehiclePropValue.RawValue rawValue = message.value; in testPublish() local
323 public int rawValue; field in AccountType.EditType335 public EditType(int rawValue, int labelRes) { in EditType()390 public EventEditType(int rawValue, int labelRes) { in EventEditType()
356 public int rawValue; field in AccountType.EditType366 public EditType(int rawValue, int labelRes) { in EditType()415 public EventEditType(int rawValue, int labelRes) { in EventEditType()
249 private static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence()
227 final Long rawValue = entry.getAsLong(kind.typeColumn); in getCurrentType() local251 final int rawValue = cursor.getInt(index); in getCurrentType() local258 public static EditType getType(DataKind kind, int rawValue) { in getType()271 public static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence()