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.java127 public void setActionCode(int actionCode) { in setActionCode() argument
128 mActionCode = actionCode; in setActionCode()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java226 int actionCode = mRequest.getActionCode(); in configureActivityTitle() local
227 switch (actionCode) { in configureActivityTitle()
DPeopleActivity.java460 int actionCode = mRequest.getActionCode(); in configureFragments() local
463 switch (actionCode) { in configureFragments()