Home
last modified time | relevance | path

Searched refs:CREATE_NEW_CONTACT (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
H A DSearchActionViewHolder.java47 Action.CREATE_NEW_CONTACT,
56 int CREATE_NEW_CONTACT = 1; field
94 case Action.CREATE_NEW_CONTACT: in setAction()
132 case Action.CREATE_NEW_CONTACT: in onClick()
H A DNewSearchFragment.java506 actions.add(Action.CREATE_NEW_CONTACT); in getActions()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java70 private static final int CREATE_NEW_CONTACT = 1; field in ContactAggregator2
160 operation = CREATE_NEW_CONTACT; in aggregateContact()
170 } else if (operation == CREATE_NEW_CONTACT) { in aggregateContact()