Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DVmsPublisherClientServiceTest.java63 VehiclePropValue.RawValue rawValue = message.value; in testPublish() local
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountType.java323 public int rawValue; field in AccountType.EditType
335 public EditType(int rawValue, int labelRes) { in EditType()
390 public EventEditType(int rawValue, int labelRes) { in EventEditType()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountType.java356 public int rawValue; field in AccountType.EditType
366 public EditType(int rawValue, int labelRes) { in EditType()
415 public EventEditType(int rawValue, int labelRes) { in EventEditType()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DDataItem.java249 private static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java227 final Long rawValue = entry.getAsLong(kind.typeColumn); in getCurrentType() local
251 final int rawValue = cursor.getInt(index); in getCurrentType() local
258 public static EditType getType(DataKind kind, int rawValue) { in getType()
271 public static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence()