Home
last modified time | relevance | path

Searched refs:rawValue (Results 1 – 9 of 9) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountType.java353 public int rawValue; field in AccountType.EditType
363 public EditType(int rawValue, int labelRes) { in EditType() argument
364 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() argument
413 super(rawValue, labelRes); in EventEditType()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java172 .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() local
230 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 …]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsSource.java245 public int rawValue; field in ContactsSource.EditType
253 public EditType(int rawValue, int labelRes) { in EditType() argument
254 this.rawValue = rawValue; in EditType()
278 return other.rawValue == rawValue; in equals()
285 return rawValue; in hashCode()
/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java457 mEntry.put(mKind.typeColumn, mType.rawValue); in createCustomDialog()
522 mEntry.put(mKind.typeColumn, mType.rawValue); in onTypeSelectionChange()
DEventFieldEditorView.java283 return eventType.rawValue == Event.TYPE_BIRTHDAY && !eventType.secondary in isBirthdayType()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java559 public String onValueReceived(String rawValue, int type, String label, in composeContactsAndSendVCards()
565 String numberWithControlSequence = rawValue in composeContactsAndSendVCards()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java515 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()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java92 if (type.rawValue == typeValue) { in DataAction()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...