Searched refs:rawValue (Results 1 – 9 of 9) sorted by relevance
353 public int rawValue; field in AccountType.EditType363 public EditType(int rawValue, int labelRes) { in EditType() argument364 this.rawValue = rawValue; in EditType()388 return other.rawValue == rawValue; in equals()395 return rawValue; in hashCode()401 + " rawValue=" + rawValue in toString()412 public EventEditType(int rawValue, int labelRes) { in EventEditType() argument413 super(rawValue, labelRes); in EventEditType()
172 .get(type.rawValue) < type.specificMax); in getValidTypes()207 final int count = typeCount.get(type.rawValue); in getTypeFrequencies()208 typeCount.put(type.rawValue, count + 1); in getTypeFrequencies()229 final Long rawValue = entry.getAsLong(kind.typeColumn); in getCurrentType() local230 if (rawValue == null) return null; in getCurrentType()231 return getType(kind, rawValue.intValue()); in getCurrentType()240 final Integer rawValue = entry.getAsInteger(kind.typeColumn); in getCurrentType()241 if (rawValue == null) return null; in getCurrentType()242 return getType(kind, rawValue); in getCurrentType()253 final int rawValue = cursor.getInt(index); in getCurrentType() local[all …]
245 public int rawValue; field in ContactsSource.EditType253 public EditType(int rawValue, int labelRes) { in EditType() argument254 this.rawValue = rawValue; in EditType()278 return other.rawValue == rawValue; in equals()285 return rawValue; in hashCode()
457 mEntry.put(mKind.typeColumn, mType.rawValue); in createCustomDialog()522 mEntry.put(mKind.typeColumn, mType.rawValue); in onTypeSelectionChange()
283 return eventType.rawValue == Event.TYPE_BIRTHDAY && !eventType.secondary in isBirthdayType()
559 public String onValueReceived(String rawValue, int type, String label, in composeContactsAndSendVCards()565 String numberWithControlSequence = rawValue in composeContactsAndSendVCards()
515 before.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimEmptyAfterUpdate()637 first.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimUpdateRemain()643 second.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimUpdateRemain()715 first.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimUpdateUpdate()
92 if (type.rawValue == typeValue) { in DataAction()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...