Home
last modified time | relevance | path

Searched refs:TYPE_ASSISTANT (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactDisplayUtils.java47 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()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactDisplayUtils.java46 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()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DInputConsumer.java30 int TYPE_ASSISTANT = 1 << 3; field
/packages/apps/Contacts/tests/src/com/android/contacts/util/
DContactDisplayUtilTests.java50 assertTrue(ContactDisplayUtils.isCustomPhoneType(Phone.TYPE_ASSISTANT)); in testIsCustomPhoneTypeReturnsTrue()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DGoogleAccountType.java134 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT)); in addDataKindRelation()
DSamsungAccountType.java178 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT)); in addDataKindRelation()
DBaseAccountType.java278 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()
DExchangeAccountType.java163 kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).setSecondary(true) in addDataKindPhone()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DGoogleAccountType.java135 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT)); in addDataKindRelation()
DSamsungAccountType.java175 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT)); in addDataKindRelation()
DBaseAccountType.java337 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()
DExchangeAccountType.java210 kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).setSecondary(true).setSpecificMax(1)); in addDataKindPhone()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DAssistantInputConsumer.java120 return TYPE_ASSISTANT | mDelegate.getType(); in getType()