Home
last modified time | relevance | path

Searched refs:typeValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java83 final int typeValue = item.getKindTypeColumn(kind); in DataAction() local
87 if (type.rawValue == typeValue) { in DataAction()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java913 final int typeValue = extras.getInt(typeExtra, hasType ? BaseTypes.TYPE_CUSTOM in parseExtras() local
915 final EditType editType = RawContactModifier.getBestValidType(state, kind, true, typeValue); in parseExtras()