Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/utils/
DAnomalyActions.java43 public static void doAction(Context ctx, String actionCode, long durationMs) { in doAction() argument
44 if (actionCode == null) { in doAction()
48 switch (actionCode) { in doAction()
/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()