Searched refs:TYPE_ASSISTANT (Results 1 – 13 of 13) sorted by relevance
47 return type == Phone.TYPE_CUSTOM || type == Phone.TYPE_ASSISTANT; in isCustomPhoneType()133 case Phone.TYPE_ASSISTANT: in getPhoneLabelResourceId()189 case Phone.TYPE_ASSISTANT: in getSmsLabelResourceId()
46 return type == Phone.TYPE_CUSTOM || type == Phone.TYPE_ASSISTANT; in isCustomPhoneType()94 case Phone.TYPE_ASSISTANT: in getPhoneLabelResourceId()149 case Phone.TYPE_ASSISTANT: in getSmsLabelResourceId()
30 int TYPE_ASSISTANT = 1 << 3; field
50 assertTrue(ContactDisplayUtils.isCustomPhoneType(Phone.TYPE_ASSISTANT)); in testIsCustomPhoneTypeReturnsTrue()
134 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT)); in addDataKindRelation()
178 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT)); in addDataKindRelation()
278 kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).setSecondary(true)); in addDataKindPhone()1065 if ("assistant".equals(type)) return build(Phone.TYPE_ASSISTANT, true); in buildEditTypeForTypeTag()1446 if ("assistant".equals(type)) return buildRelationType(Relation.TYPE_ASSISTANT); in buildEditTypeForTypeTag()
163 kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).setSecondary(true) in addDataKindPhone()
135 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT)); in addDataKindRelation()
175 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT)); in addDataKindRelation()
337 kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).setSecondary(true)); in addDataKindPhone()1301 return build(Phone.TYPE_ASSISTANT, true); in buildEditTypeForTypeTag()1836 return buildRelationType(Relation.TYPE_ASSISTANT); in buildEditTypeForTypeTag()
210 kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).setSecondary(true).setSpecificMax(1)); in addDataKindPhone()
120 return TYPE_ASSISTANT | mDelegate.getType(); in getType()