Home
last modified time | relevance | path

Searched refs:actionCode (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java145 final int actionCode; in aggregateContact() local
153 actionCode = KEEP_SEPARATE; in aggregateContact()
155 actionCode = canJoinIntoContact(db, rawContactId, in aggregateContact()
158 if (actionCode == KEEP_SEPARATE) { in aggregateContact()
160 } else if (actionCode == RE_AGGREGATE) { in aggregateContact()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactsRequest.java150 public void setActionCode(int actionCode) { in setActionCode() argument
151 mActionCode = actionCode; in setActionCode()
DDefaultContactBrowseListFragment.java709 final int actionCode = mContactsRequest.getActionCode(); in configureFragmentForRequest() local
711 switch (actionCode) { in configureFragmentForRequest()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java202 int actionCode = mRequest.getActionCode(); in configureActivityTitle() local
203 switch (actionCode) { in configureActivityTitle()