Searched refs:ACTION_JOIN_COMPLETED (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorActivity.java52 public static final String ACTION_JOIN_COMPLETED = "joinCompleted"; field in class:ContactEditorActivity
81 // The only situation where action could be ACTION_JOIN_COMPLETED is if the
84 if (ACTION_JOIN_COMPLETED.equals(action)) {
148 } else if (ACTION_JOIN_COMPLETED.equals(action)) {
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java1405 ContactEditorActivity.class, ContactEditorActivity.ACTION_JOIN_COMPLETED);

Completed in 207 milliseconds