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

/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/utils/
H A DAnomalyActions.java43 public static void doAction(Context ctx, String actionCode, long durationMs) { argument
44 if (actionCode == null) {
48 switch (actionCode) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsRequest.java150 public void setActionCode(int actionCode) { argument
151 mActionCode = actionCode;
H A DDefaultContactBrowseListFragment.java709 final int actionCode = mContactsRequest.getActionCode();
711 switch (actionCode) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java145 final int actionCode;
153 actionCode = KEEP_SEPARATE;
155 actionCode = canJoinIntoContact(db, rawContactId,
158 if (actionCode == KEEP_SEPARATE) {
160 } else if (actionCode == RE_AGGREGATE) {
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java78 private static final String KEY_ACTION_CODE = "actionCode";
202 int actionCode = mRequest.getActionCode();
203 switch (actionCode) {

Completed in 179 milliseconds